• Hi everyone,

    “Noob” here with questions about removing the “Comments are closed” text at the bottom left hand side of my homepage?

    I’ve already disabled commenting in general.

    I am using a theme designed to look like a ” sales letter ” page, so comments are not necessary.

    Is this a .php issue? Please con someone help?

    Thanks!

Viewing 1 replies (of 1 total)
  • Try using:

    <?php if('open' == $post->comment_status) : ?><<?php comments_popup_link('Comment on ') .$post->post_title, '1 Comment on ') .$post->post_title, '% Comments on ') .$post->post_title,'postcomment','Comments are off for ') .$post->post_title); ?><?php endif;?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove “Comments are closed.”’ is closed to new replies.