Swap order of Author / Related Posts / Comments

Posted in: Newspaper
Post count: 4

Hi,

Currently the bottom of my posts show these segments in this order:
1. Author
2. Related Posts
3. Comments

I’d like to shift Comments to be at the top of this, straight after the article.

Is there an easy fix?

Post count: 22421

Hi,

In order to swap the position of these 3 elements you will need to alter the theme files for every post style that you use. Every post style you select from the post settings have their own file (14 post styles) so you will need to edit the files for every post style you use.
Every post style has 2 files for it. A loop-single file and a single_template file. The comments are added in the single_template files but in order to position them differently you need to remove them from the single_template files like so: http://screencast.com/t/APPPLjxrXdZ2 Once you do this for every file, the comments will be removed. Now we must add them again in the other files. The loop-single files like so: http://screencast.com/t/iNBehefheTe
Here is the code needed:
<?php comments_template('', true);?>

I hope this helps.
Thank you!

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