Search code examples
joomla3.2

Joomla 3 tags hide name and date


I need to hide author and date in Tagged Items view and I can't find the code to remove.

http://dev30.ncld.org/stage-related-content-my-child-is-struggling-with-learning

Thanks, Janet


Solution

  • Well it seems that your template (yoo_nano) renders the content on its own way. As they say about their custom renderers:

    To get an impression of how the element renderer work, go to /components/com_zoo/renderer/. Within this folder there are several files that contain the standard element renderers.

    I don't have experience with yoo themes but you can check their documentation here especially the warp 6 docs here and this about the custom renderers here located in /media/zoo/applications/APPLICATION/templates/TEMPLATE/renderer/. I also think that you could ask them since I think it's a commercial template.