category titel with link to category / Joomla

macais
14 Posts
macais posted this 24 March 2018

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.. thx

Last edited 24 March 2018 by macais

Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 26 March 2018

Hello,

If I understand correctly, what you would like to achieve, it is so by default in Themler and Joomla. Under three posts there are other post titles listed as links:

i492.png

Let us know if you mean anything different.

Sincerely,
Nettie,
BillionDigital Team

Hello, If I understand correctly, what you would like to achieve, it is so by default in Themler and Joomla. Under three posts there are other post titles listed as links: !i492.png! Let us know if you mean anything different. Sincerely, Nettie, BillionDigital Team
macais
14 Posts
macais posted this 26 March 2018

Hello!

This is what I want to have as link...

thx

Hello! This is what I want to have as link... thx
Support Team
Support Team posted this 12 April 2018

Hello,

I'm sorry for delay in reponse. Themler outputs content from Joomla, so if there is a way to organize the articles in this way there, it should be also supported in Themler. Did you add the mentioned code to CMS Code?

Sincerely,
Nettie,
BillionDigital Team

Hello, I'm sorry for delay in reponse. Themler outputs content from Joomla, so if there is a way to organize the articles in this way there, it should be also supported in Themler. Did you add the mentioned code to CMS Code? Sincerely, Nettie, BillionDigital Team
You must log in or register to leave comments