Move Comment Section

Posted in: Newspaper
Post count: 2

I want to move the comment section on Single Post Template 5 above the related articles & next previous post for the post template. Can anyone point me in the right direction?

Post count: 20688

Hi,

In order to achieve that you must edit the corresponding loop single file to your post template style you use, in your case loop-single-5.php found in the theme folder. You must insert the line of code responsible with the comment section – https://www.screencast.com/t/aUBBxLCZwxfr in the loop single file, as by default it is always at the bottom of the single post page after the loop, like this – https://www.screencast.com/t/NmmkkwebIeN above the next/prev article like you want. This is the code I used

<?php comments_template('', true); ?>

Result – https://www.screencast.com/t/DK20YIvmX
Thanks

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