For Joomla 3.10
I have created a menu item that displays an preview of articles from the selected category. Currently I also have the class for the page the same as the menu alias. Responsible for it
Code: Select all
<body class="<?php echo $active->alias; ?>">
How to give a unique class to a selected article?
what should i add to the body section?
Thanks for all the help