Plugin Directory

Changeset 747967


Ignore:
Timestamp:
07/29/2013 06:42:16 PM (13 years ago)
Author:
VamsiTech
Message:

updated readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jquery-vertical-scroller/trunk/readme.txt

    r747964 r747967  
    2828<li>It scrolls vertically so you can display more posts.</li>
    2929<li>You can scroll top-to-bottom or bottom-to-top.</li>
    30 <li>You can hise the title of posts and pages being scrolled.</li>
     30<li>You can hide the title of posts and pages being scrolled.</li>
    3131<li>You can customize the height and width of the widget.</li>
    3232<li>You can customize the type of recent posts to display.</li>
     
    4242
    4343= Shortcode =
    44 <b>Usage:</b> [sgvscroller postcount="5" category="1" posttype="post" width="250px" height="200px" startfrom="bottom" includecontent="excerpt" showdate="true"]
     44<b>Usage:</b> [sgvscroller postcount="5" category="1" posttype="post" width="250px" height="200px" startfrom="bottom" includecontent="excerpt" showdate="true" showdateformat="F, Y"]
    4545
    4646postcount (optional, default value = 5): Sets the number of posts displayed by the scroller. Usage: postcount="5".
     
    6060showdate (optional, default value = false): Allows you to display the post date for each post displayed in the scroller. Usage: showdate="true". Options: 'true' or 'false'
    6161
     62showdateformat (optional, default value = 'F, Y'): Allows you to configure format in which the post date for each post is displayed in the scroller. Usage: showdateformat="F, Y". You can use any valid format described in the [Date Formats](http://codex.wordpress.org/Formatting_Date_and_Time/) page
     63
    6264<b>Shortcode Features</b>
    6365<ul>
     
    6567<li>It scrolls vertically so you can display more posts.</li>
    6668<li>You can scroll top-to-bottom or bottom-to-top.</li>
    67 <li>You can hise the title of posts and pages being scrolled.</li>
     69<li>You can hide the title of posts and pages being scrolled.</li>
    6870<li>You can customize the height and width of the widget.</li>
    6971<li>You can customize the type of recent posts to display.</li>
Note: See TracChangeset for help on using the changeset viewer.