My Local Weather Wordpress Plugin

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!

8 Responses to “My Local Weather Wordpress Plugin”

  1. Tom says:

    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.

  2. @Tom – This isn’t a widget. You will manually need to add the code to the sidebar.php file of your theme.

  3. Tim says:

    Will you make this so it works with 2.7?

  4. @Tim – This blog runs on 2.7. The plugin works just fine.

  5. Tim says:

    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.

  6. Atilla says:

    Can i add more than on city?

  7. 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.

  8. baron says:

    Works great, thank you

Leave a Reply