• For some reason there is no section to leave a comment under any of my blog posts. I don’t have the editor option under my ‘Appearances’ tab, so I’m not sure how to fix it. I have also been unable to connect my site to Disqus.

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

Viewing 16 replies (of 16 total)
  • Hi there @bloomblogger,
    you can open single.php and move

    <?php if( get_theme_mod( 'single_comments', 1 ) ) {
    	comments_template();
    } ?>

    after

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

    Open the default editor and then navigate to the /themes/olsen/ 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 http://www.cssigniter.com/ignite/beginners-guide-child-themes/

Viewing 16 replies (of 16 total)

The topic ‘No Comment Section’ is closed to new replies.