Show a list of pages and the tags attached to them
Posted by Steven Heynderickx on 12 Dec 2009 11:14, last edited by gerdami on 30 Dec 2009 13:22
Tags: listpages tag tags_linked
Code 1
[[module ListPages category="howto" separate="no" prependLine="||~ Pagename||~ Tags||"]]
||%%title_linked%%||%%tags%% %%_tags%%||
[[/module]]
Pagename | Tags |
---|---|
Be Notified - RSS Feed Guide | feed feedblitz feedburner notification rss _interface |
Use a logo within your site | clickable css customize design layout logo site _l6 _layout |
Using Ratings | page ratings _interface |
Site statistics – visitors tracking, hit counters, etc. | analytics counters hit site statistic visitors _tool |
Forums: A step by step guide | admin create forum permissions setting tag _forum _l3 |
Design Your Own CSS Theme | color colour css customize layout themes _layout |
Promote Your Site | promotion site _l9 _promote |
Code 2, with tags clickable
[[module ListPages category="howto" separate="no" prependLine="||~ Pagename||~ Tags||" tags="@URL"]]
||%%title_linked%%||%%tags_linked|howto:show-a-list-of-used-tags-per-page/tag/%% %%_tags_linked|howto:show-a-list-of-used-tags-per-page/tag/%%||
[[/module]]