Plugin Directory

Changeset 368218


Ignore:
Timestamp:
04/02/2011 07:43:43 PM (14 years ago)
Author:
blueinstyle
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • advanced-tag-list/trunk/readme.txt

    r368205 r368218  
    1111
    1212Display your popular tags in list format instead of cloud.
     13For Themes that do not support Widgets, you can now put this code anywhere in your template:
     14` <?php if(function_exists('jme_taglist')) { jme_taglist(); } ?> `
    1315
    14 Options Include
    15 * Displaying tags in list format or dropdown menu,
     16Options Include:
     17
     18* Displaying tags in list format or dropdown menu
    1619* Display tag count
    1720* Order list by most popular or alphabetical
     
    3134== Changelog ==
    3235
     36= 1.2 =
     37* Added stand-alone function for themes without Widget functionality.
    3338= 1.1 =
    34 * Added built in caching of tag list for improved performance. Tag list is generated only when a post is added/removed or updated, instead of on each page load.
     39* Added built in caching of tag list for improved performance. Tag list is generated only when a post is added/removed/updated or tag list settings changed, instead of on each page load.
    3540= 1.0 =
    3641* Initial release
     
    3843== Upgrade Notice ==
    3944
     45= 1.2 =
     46* Added stand-alone function for themes without Widget functionality.
    4047= 1.1 =
    4148Added built in caching of tag list for improved performance. Tag list is generated only when a post is added/removed or updated, instead of on each page load.
Note: See TracChangeset for help on using the changeset viewer.