franckviennois And I have a last question, on Prjets pages, in categorie, how can I remove "All"
Open this file /templates/ja_sugite/html/com_content/mod_articles_categories/portfolio.php, find and remove code below:
<li <?php if ($_SERVER['PHP_SELF'] == JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root')))) echo ' class="active"';?>>
<a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root'))); ?>">
<?php echo JText::_('TPL_ARTICLES_CATEGORIES_ALL');?>
</a>
</li>
Regards