Move comments section

Posted in: Newspaper
Post count: 44

I have recently replaced the default WP comments in wp_booster/comments.php with a shortcode for facebook comments. Everything working great, but I’m not trying to move the comments up the page a little. I would like them to display below the main content. How would I go about doing that?

Post count: 22421

Hello,
In order to move the comments, you need to edit the post template files where the function you modified is being called.
You need to make this modification for every post style you use. Each post style has 2 files: http://screencast.com/t/7b2duo3dhe
You need to remove the comments code from the single.php files and move it over to the loop-single files right above the social sharing like so: http://screencast.com/t/kpum38ZLzgTd and paste it in the loop file inside php tags like so: http://screencast.com/t/BAF58Qsh
Thank you!

Post count: 1

Thank you 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.