Tagged: magazine
Hello Team!
I miss the comments count displayed on the magazine element. Have I deactivated it somewhere by mistake? Or can they not be displayed at all?
Regards.
Rolf
Hi Rolf,
Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and look for line 529:
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";
Replace it by this:
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a> | <a href='{$link}'>".get_comments_number($entry->ID)." Comments</a>";
Regards,
Josue
Hi Josue,
no, you got me wrong. I don’t want to deactivate the comment count, I want to *avtivate* it because I can’t see them…
Have a look here: http://www.family.de
Regards.
Rolf
Hi Rolf!
My mistake, please check my previous reply again.
Regards,
Josue
Ok, thank you :)
You are welcome :)
Regards,
Josue