How to tweak comments.php?
-
Hi,
I use a premium theme from Kriesi with the avia framework. I’m not sure, where and how to add your suggested code in the theme file.
I have found in my comments.php this part:
if(comments_open()){
echo "<div class='comment_container ".avia_layout_class('entry',false)." units $indent'>";
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
echo "<span class='minitext'>".__('Want to join the discussion?
Feel free to contribute!','avia_framework')."</span>";
comment_form();
echo "</div>";
}
but my PHP is too bad, so I don’t know how to implement there the example code in the theme’s file.
Any help appreciated, thanks!
https://www.ads-software.com/plugins/custom-comment-form-title/
- The topic ‘How to tweak comments.php?’ is closed to new replies.