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!
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
Thank you very very much!
This worked perfectly! THANKS!
Outstanding support!