![]() |
|
Tags_extra displaying them on a page - 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: Tags_extra displaying them on a page (/thread-13673.html) |
Tags_extra displaying them on a page - Krissnikkers - 28-11-2021 Hi guys I know my HTML and CSS but have no idea about PHP...sorry... I have created a tag page and need to display the tags in a cloud. What do I need to put on the page ie function do I need to type in to make it appear. Thanks in advance Kriss Tags_extra displaying them on a page - acrylian - 28-11-2021 You need to put the function `` for a simple tag cloud. Yu find such an example on the archive.php page of the include zenpage theme or the bare bones demo theme: https://github.com/zenphoto/demo-theme. Also review the parameters here: https://docs.zenphoto.org/1.5.x/function-printAllTagsAs.html Note that the theme used might need CSS adjustments for this. If you like to do more theme modifications I recommend the tutorial: https://www.zenphoto.org/news/theming-tutorial/ Tags_extra displaying them on a page - Krissnikkers - 28-11-2021 Thank you! So used to WordPress with shortcodes... Ok I have put it on there took a while to figure out which box to put it in on the page but have now https://michaelmania.me.uk/pages/Tags/ I will know play with the theme to see about size colour etc. And thank you for the quick reply especially on a Sunday Kriss |