ZenphotoCMS Forum
hide tags in the frontend - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: hide tags in the frontend (/thread-9257.html)



hide tags in the frontend - wibbi - 2018-02-23

Is there a backend option to hide the tags in the frontend?
Or must comment out the line?:
printTags('links', gettext('[b]Tags:[/b]') . ' ', 'taglist', '');
Or must use CSS "display:none" ?




hide tags in the frontend - acrylian - 2018-02-23

You have to either comment the line out or use CSS. There is no option for this. This is theme author decision to use tags and/or and such options. We generally prefer not to add more option than needed (we already have plenty ;-))




hide tags in the frontend - wibbi - 2018-02-23

OK. Thanks.