Changeset 1807632
- Timestamp:
- 01/23/2018 05:32:56 AM (8 years ago)
- Location:
- ab-simple-weather
- Files:
-
- 2 edited
-
tags/1.0/Readme.txt (modified) (4 diffs)
-
trunk/Readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ab-simple-weather/tags/1.0/Readme.txt
r1807623 r1807632 14 14 == Description == 15 15 16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add athe weather info to your website.16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add the weather info to your website. 17 17 18 18 Here is the more details: 19 19 20 * Ability to set the prefer ed location for the weather to be displayed21 * Ability to add the w ather info to page or post using the shortcode <strong><code>[abs-weather]</code></strong>22 * Add the weather info to the source code using the PHP code: < strong><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></strong>20 * Ability to set the preferred location for the weather to be displayed 21 * Ability to add the weather info to page or post using the shortcode <pre><code>[abs-weather]</code></pre> 22 * Add the weather info to the source code using the PHP code: <pre><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></pre> 23 23 * Change the display container element (HTML) for flexibility in styling the weather in your template 24 24 * Display a dynamic weather icon based on the current weather … … 33 33 == Installation == 34 34 35 1. Upload ` plugin-name.php` to the `/wp-content/plugins/` directory35 1. Upload `ab-simple-weather` to the `/wp-content/plugins/` directory 36 36 2. Activate the plugin through the 'Plugins' menu in WordPress 37 3. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"`37 3. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"` 38 38 39 39 == Frequently asked questions == … … 41 41 = How to add weather info to page or post = 42 42 43 You can use the shortcode [ab-weather]in page or post43 You can use the shortcode `[abs-weather]` in page or post 44 44 45 45 = How to add weather info in a template = 46 46 47 You can use the template code <?php if(function_exists('abWeather')) { echo abWeather(); } ?>in page or post47 You can use the template code `<?php if(function_exists('absWeather')) { echo absWeather(); } ?>`in page or post 48 48 49 49 == Screenshots == … … 59 59 == Upgrade notice == 60 60 61 == Upgrade Notice ==62 63 61 = 1.0 = 64 62 Updates to come. -
ab-simple-weather/trunk/Readme.txt
r1807623 r1807632 14 14 == Description == 15 15 16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add athe weather info to your website.16 Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add the weather info to your website. 17 17 18 18 Here is the more details: 19 19 20 * Ability to set the prefer ed location for the weather to be displayed21 * Ability to add the w ather info to page or post using the shortcode <strong><code>[abs-weather]</code></strong>22 * Add the weather info to the source code using the PHP code: < strong><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></strong>20 * Ability to set the preferred location for the weather to be displayed 21 * Ability to add the weather info to page or post using the shortcode <pre><code>[abs-weather]</code></pre> 22 * Add the weather info to the source code using the PHP code: <pre><code> <?php if(function_exists('absWeather')) { echo absWeather(); } ?> </code></pre> 23 23 * Change the display container element (HTML) for flexibility in styling the weather in your template 24 24 * Display a dynamic weather icon based on the current weather … … 33 33 == Installation == 34 34 35 1. Upload ` plugin-name.php` to the `/wp-content/plugins/` directory35 1. Upload `ab-simple-weather` to the `/wp-content/plugins/` directory 36 36 2. Activate the plugin through the 'Plugins' menu in WordPress 37 3. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"`37 3. Navigate to the settings menu in the Wordpress backend called `"Simple Weather"` 38 38 39 39 == Frequently asked questions == … … 41 41 = How to add weather info to page or post = 42 42 43 You can use the shortcode [ab-weather]in page or post43 You can use the shortcode `[abs-weather]` in page or post 44 44 45 45 = How to add weather info in a template = 46 46 47 You can use the template code <?php if(function_exists('abWeather')) { echo abWeather(); } ?>in page or post47 You can use the template code `<?php if(function_exists('absWeather')) { echo absWeather(); } ?>`in page or post 48 48 49 49 == Screenshots == … … 59 59 == Upgrade notice == 60 60 61 == Upgrade Notice ==62 63 61 = 1.0 = 64 62 Updates to come.
Note: See TracChangeset
for help on using the changeset viewer.