Changing order of elements in a post

Posted in: Newspaper
Post count: 1

I would like to change the order of some of the elements in my posts. Specifically, I would like the comments section to appear directly under the article, followed by the ‘bottom article sharing’ and finally related posts. Is this possible?

Post count: 23312

Hello suevanwinsen,

If you want to move your comment section from your bottom page to your top of the page, you will have to alter the code from the core file corresponding to what type of post template you are using on your side. For example, if you are using the single template style 1 you will have to add the following code in loop-single-1.php, like this -> http://screencast.com/t/TeKwztmHD7op -> <?php comments_template('', true);?> and the result you should see here -> http://screencast.com/t/wvc7LgXx

Thanks for your understanding!

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