Plugin Directory

Changeset 479854


Ignore:
Timestamp:
12/23/2011 03:00:13 PM (14 years ago)
Author:
virtualpudding
Message:

Ammended readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-orbit-slider/trunk/readme.txt

    r479796 r479854  
    22221. Create your slides by clicking on 'Slides' in your administration menu and selecting 'Add New Slide'. **As default the slider ONLY uses the featured image attached to any given slide.**
    23231. Use the shortcode `[orbit-slider]` in the content area of a page or post where you want the image slider to appear.
    24 1. Alternatively, insert the following line into your theme where you want the slider to appear: <?php echo do_shortcode('[orbit-slider]') ?>`
    2524
    2625
     
    3433The attributes supported by the `[orbit-slider]` shortcode are:
    35341. **category** - You can choose to display only posts from a particular category. Please note that if a category doesn't exist, all posts will show in the slider as default.  Example: `[orbit-slider category="my-category"]`
    36 1. **numberposts** - The numberposts attribute allows you to set the number of posts to display in the slider.  The default is -1 and will show all available posts. Example: `[orbit-slider numberposts="3"]`
     352. **numberposts** - The numberposts attribute allows you to set the number of posts to display in the slider.  The default is -1 and will show all available posts. Example: `[orbit-slider numberposts="3"]`
    3736
    3837You can combine both of these attributes together as needed.  Example: `[orbit-slider category="my_category" numberposts="3"]`
Note: See TracChangeset for help on using the changeset viewer.