Linux 软件免费装

My Local Weather

开发者 Allan Collins
更新时间 2009年3月25日 10:43
捐献地址: 去捐款
PHP版本: 2.3 及以上
WordPress版本: 2.7

标签

Weather Current Weather

下载

1.0.3

详情介绍:

Now you can easily display the current local weather in your area on your website. This plugin will pull the current weather forecast directly from Weather.com to give you the latest up to date weather conditions.

安装:

  1. Download the plugin, extract and upload it to your plugins folder on your server.
  2. Activate the plugin.
  3. Go to Settings (Options in other WP versions), and Local Weather.
  4. Enter your area's zip code and hit "Save".
  5. Add this code to your theme where you want the weather to be displayed:
<?php if (function_exists(my_local_weather)) { my_local_weather(); } ?> Note: The link back is not required, but it would be nice to have it... :-)