[comments.php] - disable commenting on posts/pages but show comments?

Status
Not open for further replies.

Darlos

Active Member
212
2011
9
0
Does anyone know how to show all comments in a page/post EVEN though you've disabled comment box (don't allow commenting)???
 
1 comment
heyyy,
Edit the single.php and page.php template files (if they exist in your theme) and remove <?php comments_template();?>.

Next, edit index.php, archive.php, tag.php, category.php and/or loop.php. Remove <?php comments_popup_link();?>.
 
Status
Not open for further replies.
Back
Top