How to put comments after article

Posted in: Newspaper
Post count: 5

Hello,

Hot to put comments just after articles, ads, tags, share,
and before the similar articles block ?

Thanks

Post count: 7909

Hi,

You will have to edit each post template that you use and place the comments above the Related Articles – http://screencast.com/t/o1ij5hgOjs
For example if you use the default post template you will have to edit single.php to remove the commments from each case(no sidebar right, left) – http://screencast.com/t/6488zvmMR and paste it in loop-single.phphttp://screencast.com/t/HdrC2VmrrQ8b

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

Thanks!

Post count: 3

Hello, I want the comment to be above tags. The explanation above is not clear. Please make it clearer

Post count: 20685

Hi,

The comment by default are displayed on the bottom of the post page, after all the other elements. You must edit the theme files according to the post template style that you are using. For example if you are using post template style 3, open the single_template_3.php file and remove the comments from there. There are three cases depending on the sidebar position, you can remove it from all of them or just for your sidebar position case
https://www.screencast.com/t/SznOCpyNLnpY
Then use the code provided above to display the comments where you would want them to be, by editing the corresponding loop file loop-single-3.php in this example
https://www.screencast.com/t/DI1KXXIY04
The result is the comment above the tags
https://www.screencast.com/t/sc1wQnylE

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.