Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #315694

    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

    #317014

    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

    • This reply was modified 10 years, 1 month ago by Josue.
    #317197

    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

    #317802

    Hi Rolf!

    My mistake, please check my previous reply again.

    Regards,
    Josue

    #317953

    Ok, thank you :)

    #317954

    You are welcome :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.