Guest
01 May 2013 06:32

Hello,

I'd like to add the category name inline with the content title in content list template

but not being a programmer I am a bit confused with the php code...

can you suggest me a php ocde

which will generate ONLY a link to the category of the content?

I tried to copy-paste from the list template but thsi generates other elements beyound the category link

Thank you,

Nic

Last Modified: 02 Mar 2014


Sackgesicht VIP
Total posts: 1,636
01 May 2013 07:14

Niccolo,

use this code to display all categories (as links), the record is assigned to:

<?php echo implode(', ', $item->categories_links) ; ?>

locate echo $item->title

This is where the Title will be displayed

I used this to add the category below the Title ...


Guest
01 May 2013 07:20

Thank a lot! it was really easy :-)

Powered by Cobalt