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.
- Download the plugin, extract and upload it to your plugins folder on your server.
- Activate the plugin.
- Go to Settings (Options in other WP versions), and Local Weather.
- Enter your area's zip code and hit "Save".
- 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... :-)