ZenphotoCMS Forum
display tag cloud - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: display tag cloud (/thread-7197.html)



display tag cloud - hopita - 16-06-2010

Hello, How can I display a tag cloud with my tags? Now I just get 4 tags displayed in gallery.
Thanks




display tag cloud - micheall - 16-06-2010

You'll want to add a printTags() call to your template where you want to have the tag cloud displayed. Usage can be found here in the documentation:

http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintTags




display tag cloud - acrylian - 16-06-2010

Printtags does not print a cloud. It is this:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintAllTagsAs

Or this plugin:
http://www.zenphoto.org/documentation/plugins/_zp-extensions---tags_from_album.php.html#functionprintAllTagsFromAlbum




display tag cloud - micheall - 16-06-2010

Ah yes, was going from memory, should have taken a better glance at the documentation I linked, lol.