Tagged: comments
Hi malkoin!
Either of the other services should have direction for you on where to add in their hooks if needed. The comment loop is located in includes>loop-comments.php for your reference.
Regards,
Devin
Hi Devin,
thanks a lot for your note.
I am sorry but I can’t understand when you say: ” The comment loop is located in includes>loop-comments.php for your reference.”
Thanks.
Regards.
Hi!
If you want to delete the comment template on posts, you can edit single.php and find this code:
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
Replace it with:
//wordpress function that loads the comments template "comments.php"
//comments_template( '/includes/comments.php');
Remove browser cache then reload the page.
Cheers!
Ismael
Is there an alternate way to do this in Enfold 3.0 settings or custom css without editing the php file?