Plugin Directory

Changeset 634472


Ignore:
Timestamp:
12/05/2012 05:12:26 PM (13 years ago)
Author:
rasmusjoh
Message:

updated readme.txt

Location:
slideshow-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slideshow-manager/tags/2.0.1/readme.txt

    r634363 r634472  
    1313
    1414The 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
     16More info and screenshots: http://svalson.ee/slideshow-manager
    1617
    1718Features:
     
    31321. Upload the plugin to the '/wp-content/plugins/ directory
    32331. 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']"); } ?>` instead
     341. Use as a shortcode: `[slideshow id="default"]` or use a function in a theme file `<?php if (function_exists('slideshow')) { slideshow('default', true); } ?>`
    3435
    3536== Frequently Asked Questions ==
  • slideshow-manager/trunk/readme.txt

    r634363 r634472  
    1313
    1414The 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
     16More info and screenshots: http://svalson.ee/slideshow-manager
    1617
    1718Features:
     
    31321. Upload the plugin to the '/wp-content/plugins/ directory
    32331. 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']"); } ?>` instead
     341. Use as a shortcode: `[slideshow id="default"]` or use a function in a theme file `<?php if (function_exists('slideshow')) { slideshow('default', true); } ?>`
    3435
    3536== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.