• My post is appearing under my comments form. I see this code under the comment form in comments.php:

    <?php endif; // If registration required and not logged in ?>
    
    <?php else : // Comments are closed ?>
    <p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
    <?php endif; ?>

    Can somebody please help me figure out what the problem is?

Viewing 1 replies (of 1 total)
  • You are seeing that PHP code on your live site? I think that a tag hasn’t been closed properly.

    But you will have to tell me what theme you are using, and post a link to your site for me to give you more info.

Viewing 1 replies (of 1 total)
  • The topic ‘Post appearing “under” comments’ is closed to new replies.