I would like to remove the displayed categories under "All Ad"
See Attachment
See Attachment
Custom Fields
- Joomla Version
- 3.8.3
- PHP Version
- 7.1
- Product
- AdsManager
- Product Version
- GOLD
<div class="row-fluid"> <div class="span12"> <?php foreach($this->subcats as $key => $subcat) { $subcat->link = TRoute::_('index.php?option=com_adsmanager&view=list&catid='.$subcat->id); if ($key != 0) echo ' | '; echo '<a href="'.$subcat->link.'">'.$subcat->name.'</a>'; } ?> </div> </div>