
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.
== Installation ==
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(); } ?>
Got a problem with this plugin? A suggestion? A compliment? Post a comment below!

Hi, Where did you add this code
in order to show it on the right of the blog? There is no widgets added after
installed this plugin. Anyhelp is appreciated.
@Tom – This isn’t a widget. You will manually need to add the code to the sidebar.php file of your theme.
Will you make this so it works with 2.7?
@Tim – This blog runs on 2.7. The plugin works just fine.
Humm then im doing something wrong. When i place the code inside the side bar the whole side bar is gone. I will keep trying.
Can i add more than on city?
Insightful. I like this. Will try to see whether the information provided herein is useful or not by the specific outcome after putting into use in real world practice. Thanks.
Works great, thank you