Changeset 747967
- Timestamp:
- 07/29/2013 06:42:16 PM (13 years ago)
- File:
-
- 1 edited
-
jquery-vertical-scroller/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-vertical-scroller/trunk/readme.txt
r747964 r747967 28 28 <li>It scrolls vertically so you can display more posts.</li> 29 29 <li>You can scroll top-to-bottom or bottom-to-top.</li> 30 <li>You can hi se the title of posts and pages being scrolled.</li>30 <li>You can hide the title of posts and pages being scrolled.</li> 31 31 <li>You can customize the height and width of the widget.</li> 32 32 <li>You can customize the type of recent posts to display.</li> … … 42 42 43 43 = 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"] 45 45 46 46 postcount (optional, default value = 5): Sets the number of posts displayed by the scroller. Usage: postcount="5". … … 60 60 showdate (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' 61 61 62 showdateformat (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 62 64 <b>Shortcode Features</b> 63 65 <ul> … … 65 67 <li>It scrolls vertically so you can display more posts.</li> 66 68 <li>You can scroll top-to-bottom or bottom-to-top.</li> 67 <li>You can hi se the title of posts and pages being scrolled.</li>69 <li>You can hide the title of posts and pages being scrolled.</li> 68 70 <li>You can customize the height and width of the widget.</li> 69 71 <li>You can customize the type of recent posts to display.</li>
Note: See TracChangeset
for help on using the changeset viewer.