Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pattip

    (@pattip)

    This is the closest I could find. Can anyone help? Thanks!

    <?php else : // this is displayed if there are no comments so far ?>

    <?php if (‘open’ == $post->comment_status) : ?>
    <!– If comments are open, but there are no comments. –>

    <?php else : // comments are closed ?>
    <!– If comments are closed. –>
    <p class=”nocomments”><?php _e(‘Comments are closed’,’panorama’) ; ?></p>

    <?php endif; ?>
    <?php endif; ?>

    Thread Starter pattip

    (@pattip)

    I am probably looking in the wrong place, but I am unable to find that particular line.

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