Changeset 628225
- Timestamp:
- 11/21/2012 06:38:35 PM (13 years ago)
- Location:
- bcd-upcoming-posts
- Files:
-
- 2 edited
-
tags/1.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcd-upcoming-posts/tags/1.1/readme.txt
r628211 r628225 15 15 Creates a widget that can be used to display upcoming posts. It can be customized to display a certain number of posts and in random order. Also, provides a shortcode to display the list. 16 16 17 <p>**Shortcode(s):**</p> 18 <p>*[bcdupcoming]* : Displays a list of all upcoming posts</p> 19 <table> 20 <tbody> 21 <tr> 22 <td colspan="2">Attributes</td> 23 </tr> 24 <tr> 25 <td>numposts</td> 26 <td>A number specifying how many posts should be displayed. Omit to include all upcoming posts.</td> 27 </tr> 28 <tr> 29 <td>random</td> 30 <td>Determines the sort order of the list. Valid values: 31 <ul> 32 <li>**yes** - display in random order</li> 33 <li>**no** - display in default order</li> 34 </ul> 35 If not specified the order defaults to the default order. 36 </td> 37 </tr> 38 <tr> 39 <td>showmore</td> 40 <td>Displays the post's excerpt or text leading up to the *more* tag. Valid values: 41 <ul> 42 <li>**yes** - displays the excerpt</li> 43 <li>**no** - does not display the excerpt</li> 44 </ul> 45 If not specified the excerpt will be displayed. 46 </td> 47 </tr> 48 </tbody> 49 </table 17 **Shortcode(s):** 18 19 * **[bcdupcoming]** : Displays a list of all upcoming posts 20 21 For detailed usage instructions please visit [duhjones.com](http://www.duhjones.com/downloads/bcd-upcoming-posts/) 50 22 51 23 == Installation == … … 65 37 2. Sample of the widget in use 66 38 67 68 39 == Changelog == 69 40 -
bcd-upcoming-posts/trunk/readme.txt
r628211 r628225 15 15 Creates a widget that can be used to display upcoming posts. It can be customized to display a certain number of posts and in random order. Also, provides a shortcode to display the list. 16 16 17 <p>**Shortcode(s):**</p> 18 <p>*[bcdupcoming]* : Displays a list of all upcoming posts</p> 19 <table> 20 <tbody> 21 <tr> 22 <td colspan="2">Attributes</td> 23 </tr> 24 <tr> 25 <td>numposts</td> 26 <td>A number specifying how many posts should be displayed. Omit to include all upcoming posts.</td> 27 </tr> 28 <tr> 29 <td>random</td> 30 <td>Determines the sort order of the list. Valid values: 31 <ul> 32 <li>**yes** - display in random order</li> 33 <li>**no** - display in default order</li> 34 </ul> 35 If not specified the order defaults to the default order. 36 </td> 37 </tr> 38 <tr> 39 <td>showmore</td> 40 <td>Displays the post's excerpt or text leading up to the *more* tag. Valid values: 41 <ul> 42 <li>**yes** - displays the excerpt</li> 43 <li>**no** - does not display the excerpt</li> 44 </ul> 45 If not specified the excerpt will be displayed. 46 </td> 47 </tr> 48 </tbody> 49 </table 17 **Shortcode(s):** 18 19 * **[bcdupcoming]** : Displays a list of all upcoming posts 20 21 For detailed usage instructions please visit [duhjones.com](http://www.duhjones.com/downloads/bcd-upcoming-posts/) 50 22 51 23 == Installation == … … 65 37 2. Sample of the widget in use 66 38 67 68 39 == Changelog == 69 40
Note: See TracChangeset
for help on using the changeset viewer.