View Category in LatestNews+

Hi,

I would like to display the name of the category next to the date in latest News plus on my website.
Is it possible ?

Regards,
Pierre
9 years 9 months ago #1 by Pierre SUPER

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5318) Offline
Hi, yes you can do that by modifying the module template file. Please copy this file : [root]/modules/mod_latestnewsplusdate/tmpl/default.php to this folder [root]/templates/your_active_template/html/mod_latestnewsplusdate/

Then modify the line 153
<a href="<?php echo $item->link; ?>" class="latestnews">
to this
<a href="<?php echo $item->categblog;?>"><?php echo $item->category_title; ?></a> - <a href="<?php echo $item->link; ?>" class="latestnews">
9 years 9 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum