• Hi,

    I need help with my site https://www.twosahome.com/.

    The comments section appears below the “you may also like” section. I want to move the comments section directly below each post. Since I am a newbie, I would really appreciate your help.

    The current layout is a real problem specially if readers open the posts/page on mobile phones.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Fotis

    (@markwaregr)

    Hi there,
    you can open single.php and page.php and move

    
    <?php comments_template(); ?>

    after

    	<div class="entry-content">
    			<?php the_content(); ?>
    			<?php wp_link_pages(); ?>
    	</div>
    

    Try installing the WP Editor plugin to enhance the default editor and then navigate to the /themes/olsenlight/ folder to find the file.
    If you decide to proceed with this modification I would suggest you create a child theme, copy over the files you are editing and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.

    Have a look at this guide to learn more about child themes and how to create one
    https://www.cssigniter.com/ignite/beginners-guide-child-themes/

    • This reply was modified 7 years, 1 month ago by Fotis.
Viewing 1 replies (of 1 total)
  • The topic ‘How to move comments box to appear below each post’ is closed to new replies.