Changeset 634472
- Timestamp:
- 12/05/2012 05:12:26 PM (13 years ago)
- Location:
- slideshow-manager
- Files:
-
- 2 edited
-
tags/2.0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slideshow-manager/tags/2.0.1/readme.txt
r634363 r634472 13 13 14 14 The Slideshow Manager provides an easy access to a jQuery-based Coin Slider. The admin panel makes it easy to tweak the most commonly used Coin Slider options from within WordPress admin panel. 15 To send bug fixes or feature requests please use GitHub http://github.com/johanson/slideshow 15 16 More info and screenshots: http://svalson.ee/slideshow-manager 16 17 17 18 Features: … … 31 32 1. Upload the plugin to the '/wp-content/plugins/ directory 32 33 1. Activate the plugin through the 'Plugins' menu in WordPress 33 1. Use as shortcode: `[slideshow id="default"]` or in your theme file `<?php if (function_exists('slideshow')) { echo do_shortcode("[slideshow id='default']"); } ?>` instead34 1. Use as a shortcode: `[slideshow id="default"]` or use a function in a theme file `<?php if (function_exists('slideshow')) { slideshow('default', true); } ?>` 34 35 35 36 == Frequently Asked Questions == -
slideshow-manager/trunk/readme.txt
r634363 r634472 13 13 14 14 The Slideshow Manager provides an easy access to a jQuery-based Coin Slider. The admin panel makes it easy to tweak the most commonly used Coin Slider options from within WordPress admin panel. 15 To send bug fixes or feature requests please use GitHub http://github.com/johanson/slideshow 15 16 More info and screenshots: http://svalson.ee/slideshow-manager 16 17 17 18 Features: … … 31 32 1. Upload the plugin to the '/wp-content/plugins/ directory 32 33 1. Activate the plugin through the 'Plugins' menu in WordPress 33 1. Use as shortcode: `[slideshow id="default"]` or in your theme file `<?php if (function_exists('slideshow')) { echo do_shortcode("[slideshow id='default']"); } ?>` instead34 1. Use as a shortcode: `[slideshow id="default"]` or use a function in a theme file `<?php if (function_exists('slideshow')) { slideshow('default', true); } ?>` 34 35 35 36 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.