Removing "Leave a Comment" and author name from the right sidebar
-
I want to remove comments only from pages.
I have tried commenting out comments_template on pages.php,
<?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) // comments_template(); ?>
which does remove the comment box, but there is still the “Leave a Comment” in the left sidebar.
For example, in my Archives page, https://wanglophile.com/archives/, there is no comment box. However, under the title Archives, there is “Leave a Comment”, https://wanglophile.com/archives/#respond.
Is is possible to remove the “Leave a Comment”? Is it also possible to remove the author’s name from posts’ right sidebar?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing "Leave a Comment" and author name from the right sidebar’ is closed to new replies.