
Hello!
I trie to get the category title with link.
On the entire page, only 3 articles are shown in blog layout.
So I want to give the possibility, people can click the category title to get more articles listed and don't have to chose from menu.
in other templates it is possible to make an override like: /mod_articles_category/default.php
<a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->displayCategoryLink; ?>"><?php echo $item->title; ?></a>
but with themler template it doesn't seem to work..
thx
Hello! I trie to get the category title with link. On the entire page, only 3 articles are shown in blog layout. So I want to give the possibility, people can click the category title to get more articles listed and don't have to chose from menu. in other templates it is possible to make an override like: /mod_articles_category/default.php <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->displayCategoryLink; ?>"><?php echo $item->title; ?></a> but with themler template it doesn't seem to work.. thxLast edited 24 March 2018 by macais