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!

Share

Related posts:

  1. WordPress Plugins to Give You The Advantage

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

Leave a Reply


Terms of Service | Privacy Policy | Refund Policy