Plugin Directory

Changeset 628225


Ignore:
Timestamp:
11/21/2012 06:38:35 PM (13 years ago)
Author:
krawl
Message:

Updated readme.txt to fix more formatting issues.

Location:
bcd-upcoming-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bcd-upcoming-posts/tags/1.1/readme.txt

    r628211 r628225  
    1515Creates 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.
    1616
    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
     21For detailed usage instructions please visit [duhjones.com](http://www.duhjones.com/downloads/bcd-upcoming-posts/)
    5022
    5123== Installation ==
     
    65372. Sample of the widget in use
    6638
    67 
    6839== Changelog ==
    6940
  • bcd-upcoming-posts/trunk/readme.txt

    r628211 r628225  
    1515Creates 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.
    1616
    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
     21For detailed usage instructions please visit [duhjones.com](http://www.duhjones.com/downloads/bcd-upcoming-posts/)
    5022
    5123== Installation ==
     
    65372. Sample of the widget in use
    6638
    67 
    6839== Changelog ==
    6940
Note: See TracChangeset for help on using the changeset viewer.