• Resolved nrb1223

    (@nrb1223)


    Hi, I am trying to move the ‘Leave a Comment’ section to the bottom of each post instead of the top. It seems to make more sense to have it at the bottom, so when people have finished reading it they can leave a comment. Is this possible? There was another thread about this, but the solution given did not work for me. Can anyone help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is this for the twentytwelve theme?

    On the content.php page the code lines between

    <?php if ( comments_open() ) : ?>
    ...
    <?php endif; // comments_open() ?>

    shows the ‘Leave a comment’. Now this needs to be moved to the footer section i.e just after the
    <footer class="entry-meta">

    This should do. Let me know if that is the place you are looking for to show it.

    @nrb1223 – be sure to make these kinds of changes in a Child Theme –
    http://codex.wordpress.org/Child_Themes

    Otherwise your changes will be overwritten and lost when the theme is updated.

    Thread Starter nrb1223

    (@nrb1223)

    Thank you for pointing me in the right direction zapping. I was able to figure it out from the key words in the coding of the content.php page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Prana Theme Comments’ is closed to new replies.