Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #446365

    Hi there!
    I am helping a client with his website…please check his website: http://www.memphisflash.de/
    As you can see…the newest posts on the frontpage shows the number of comments below the thumb and title…
    Is there any chance to remove the comment counter and replace it with the authors name?

    Thanks for your help!

    #447297

    Hey MMA_Impact!

    Open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and change line 383 from this.

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    

    To this.

    $output .= "<div class='slide-meta-comments'>".get_the_author()."</div><div class='slide-meta-del'>/</div>";
    

    Regards,
    Elliott

    #447726

    Thank you very very much!
    This worked perfectly! THANKS!
    Outstanding support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove "Comments", replace with Author Name’ is closed to new replies.