• Resolved Mary Helen

    (@maryhelenparallaxdesigngroupcom)


    Using Flat-sky, how can I move the reply box to the top of the page? I don’t see comments.php in the theme folder. Any help greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see comments.php in the theme folder.

    that is because your theme is a child theme of https://www.ads-software.com/themes/flat/

    if you want to edit comments.php, create a copy of that file in your child theme.

    Thread Starter Mary Helen

    (@maryhelenparallaxdesigngroupcom)

    Great, thanks for that. I want to move the reply box from the bottom to the top. What would I move where? I presume something in comments.php in the flat-sky folder can be moved to do this? Thanks for any help!

    Thread Starter Mary Helen

    (@maryhelenparallaxdesigngroupcom)

    I figured it out. There was an old post on wordpress support that said to Edit move <?php comment_form(); ?> from the bottom of comments.php to immediately below <div id=”comments” class=”comments-area”> near the top of the file.

    I was confused because in flat sky it is not <?php comment_form(); ?>

    Instead we have <?php comment_form( array( ‘format’ => ‘html5’ ) ); ?>

    But I figured that code had to represent the reply form, moved it to just where the old post said, and voila! Reply is at the top of all pages.

    Hi, Is there any other solution for this!?
    I cannot move the reply box in bbpress forum with this!!
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to move REPLY box to top of page?’ is closed to new replies.