• Hello,
    I’m trying modify my newly installed WP blog with no comments. So far, I have…
    Turned off comments via the admin panel
    Deleted the <php? …code in the index.php file so the comment link doesn’t show
    But, what I would like is to remove the text on the actual entry or post page that says ” No comments Yet, Rss Feeds for comments on this post, and Sorry the comment form is closed at this time.”
    I’ve found all this in the wp-comments.php file but not sure how much of it I can edit as the file says the “Sky will fall on my head” … LOL..
    Any help will be appreciated.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Delete all this from index.php:
    <div class="feedback">
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    </div>
    <!--
    <?php trackback_rdf(); ?>
    -->
    <?php include(ABSPATH . 'wp-comments.php'); ?>

    Also delete the line in the head area that calls the comments bit.
    That should stop all that appearing.
    You can then delete all the wp-comments* files too.

    Thread Starter brightideas

    (@brightideas)

    Thanks for your help. Your suggestions worked perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘No Comments or WP-Comments.php mods help’ is closed to new replies.