Changeset 368218
- Timestamp:
- 04/02/2011 07:43:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
advanced-tag-list/trunk/readme.txt
r368205 r368218 11 11 12 12 Display your popular tags in list format instead of cloud. 13 For 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(); } ?> ` 13 15 14 Options Include 15 * Displaying tags in list format or dropdown menu, 16 Options Include: 17 18 * Displaying tags in list format or dropdown menu 16 19 * Display tag count 17 20 * Order list by most popular or alphabetical … … 31 34 == Changelog == 32 35 36 = 1.2 = 37 * Added stand-alone function for themes without Widget functionality. 33 38 = 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. 35 40 = 1.0 = 36 41 * Initial release … … 38 43 == Upgrade Notice == 39 44 45 = 1.2 = 46 * Added stand-alone function for themes without Widget functionality. 40 47 = 1.1 = 41 48 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.
Note: See TracChangeset
for help on using the changeset viewer.