• I want to post pictures on my site as a digital portfolio. I wanted to turn the comments off, which I did figure out. When I turn the comments off it puts up text saying comments closed is there a way that I can have nothing appear at all when the comments are closed. My site is http://www.mycgworks.com
    Thanks
    Andy

Viewing 4 replies - 1 through 4 (of 4 total)
  • if you edit index.php, you may find some code similar to the following:
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>

    and/or this:
    <?php comments_template(); // Get wp-comments.php template ?>

    try and delete these codes.

    == don’t forget to make a backup copy of your files before editing ==

    Thread Starter abensman

    (@abensman)

    that did the trick! Thank You!!!

    rmatt

    (@rmatt)

    I would like to attempt the same thing, but I am not finding similar code – I just downloaded wordpress 2.9.2

    its in there, where are you looking?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posting without comments’ is closed to new replies.