Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter slmaslowski

    (@slmaslowski)

    Update: I figured out how to remove it from the top by following the directions on a previous thread by deleting this code in the content.php file:
    <?php if ( ! post_password_required() && ( comments_open() || ‘0’ != get_comments_number() ) ) : ?>
    <span class=”comments-link”> <?php comments_popup_link( __( ‘Leave a Comment’, ‘athemes’ ), __( ‘1 Comment’, ‘athemes’ ), __( ‘% Comments’, ‘athemes’ ) ); ?></span>
    <?php endif; ?>

    Now, I can’t figure out how to add it at the bottom.

    Hi

    I see the comment is at the bottom of the post

    can you please tell us if there is anything else you are looking for?

    Thanks

    Thread Starter slmaslowski

    (@slmaslowski)

    Look at this post: https://betweentwobooks.com/the-one-recommendation-for-everyone/

    Underneath the post, there is a button that says “Leave a Comment”

    I want the “Leave a Comment” button to be at the end of the post…I don’t think people will know to scroll back up to leave a comment.

    Thanks for your reply and offer of help, I’m very appreciative!!!

    Hi S

    I am not sure if you want this, cause anybody finishes reading a blog sees the comment section at the bottom and would go for commenting, but if you still want it repositioned.

    Please share a screenshot marking the position

    Thanks

    In your content.php file will be the code

    <footer class="entry-meta entry-footer">

    This displays the category and tags part of your post, copy and paste the comments code (the one you mention above) after the </footer>

    You will need to adjust the CSS for comments-link to get the correct padding, text alignment etc.

    But as Maruti says, when people have read the whole post the comments form will be there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move Comments to the bottom of a post’ is closed to new replies.