Plugin Directory

Changeset 1016149


Ignore:
Timestamp:
10/29/2014 07:45:23 PM (11 years ago)
Author:
dpe415
Message:

Ready updates to sync with readme.txt

Location:
flexible-posts-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flexible-posts-widget/trunk/readme.html

    r984600 r1016149  
    3535<ul>
    3636<li>English</li>
     37<li>Finnish</li>
    3738<li>Italian</li>
    3839<li>Polish</li>
     
    5152
    5253
    53 <h3>To use a custom HTML output template</h3>
    54 
    55 <ol>
    56 <li>Create a folder called <code>flexible-posts-widget</code> in the root of your theme folder.</li>
    57 <li>Copy <code>widget.php</code> from within the plugin&rsquo;s <code>views</code> folder into your theme&rsquo;s new <code>flexible-posts-widget</code> folder.</li>
    58 <li>Optional: Rename your theme&rsquo;s <code>widget.php</code> template file to a name of your choice (to use different templates for each widget instance).</li>
    59 <li>Go to &lsquo;Appearance&rsquo; > &lsquo;Widgets&rsquo; in WordPress to configure an instance of the widget.</li>
    60 <li>In the &lsquo;Template Filename&rsquo; field enter the name of the template file you added to your theme. Example: <code>my-themes-widget.php</code></li>
    61 </ol>
    62 
     54<p>= To use a custom HTML output template =
     551. Create a folder called <code>flexible-posts-widget</code> in the root folder of the currently active theme.
     561. Copy <code>widget.php</code> from within the plugin&rsquo;s <code>views</code> folder into your theme&rsquo;s new <code>flexible-posts-widget</code> folder.
     571. Rename your theme&rsquo;s <code>widget.php</code> template file to a name of your choice. Example: <code>my-template.php</code>.
     581. Go to &lsquo;Appearance&rsquo; > &lsquo;Widgets&rsquo; in WordPress to configure an instance of the widget.
     591. In the &lsquo;Template Filename&rsquo; field choose the name of the template file you added to your theme. Example: <code>my-template</code></p>
    6360
    6461<h2>Frequently Asked Questions</h2>
     
    127124
    128125<h2>Changelog</h2>
     126
     127<h3>3.3.1</h3>
     128
     129<ul>
     130<li>Added plugin icon.</li>
     131<li>Version bump for WordPress 4.0 support.</li>
     132</ul>
     133
    129134
    130135<h3>3.3</h3>
     
    137142</ul>
    138143
    139 
    140 <h3>3.3.1</h3>
    141 
    142 <ul>
    143 <li>Added plugin icon.</li>
    144 <li>Version bump for WordPress 4.0 support.</li>
    145 </ul>
    146 
    147 <h3>3.3</h3>
    148 
    149 <ul>
    150 <li>Refactored the PHP Class to encapsulate the plugin.</li>
    151 <li>Added the ability to sort posts by "Post ID Order".  Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)</li>
    152 <li>Added Russian translation. (Props: @mizhgun)</li>
    153 <li>Tested To bump for WordPress 3.9 support.</li>
    154 </ul>
    155144
    156145<h3>3.2.2</h3>
  • flexible-posts-widget/trunk/readme.md

    r984600 r1016149  
    2727### Supported Languages ###
    2828* English
     29* Finnish
    2930* Italian
    3031* Polish
     
    38391. Go to 'Appearance' > 'Widgets' and place the widget into a sidebar to configure it.
    3940
    40 ### To use a custom HTML output template ###
    41 1. Create a folder called `flexible-posts-widget` in the root of your theme folder.
     41= To use a custom HTML output template =
     421. Create a folder called `flexible-posts-widget` in the root folder of the currently active theme.
    42431. Copy `widget.php` from within the plugin's `views` folder into your theme's new `flexible-posts-widget` folder.
    43 1. Optional: Rename your theme's `widget.php` template file to a name of your choice (to use different templates for each widget instance).
     441. Rename your theme's `widget.php` template file to a name of your choice. Example: `my-template.php`.
    44451. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget.
    45 1. In the 'Template Filename' field enter the name of the template file you added to your theme. Example: `my-themes-widget.php`
     461. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `my-template`
    4647
    4748
Note: See TracChangeset for help on using the changeset viewer.