I'm trying to create an override for my Latest Article Module to show tags for every article according to this stack: Rendering article tags in a module that displays Joomla articles, such as mod_articles_latest.
I've tryed to implement the lines of code suggested but in my case I don't see any tag displayed in the output. Why? What am I missing?
I've done a simple override of the mod_latest_articles and inserted those lines of code into a div.
I just forgot to echo the $tags... :)