Comments under the entry

Posted in: Newspaper
Post count: 14

hello,
how to modernize and move towards the entry above comments under the entry?
Just like on screen.
http://prntscr.com/4lk6l2
I greet

Post count: 6600

Hi,

For the default post style, you have to add the comments template into loop-single.php file, like this: http://screencast.com/t/A2kFaUiXi
This is the line you have to add: <?php comments_template('', true); ?>
Also go to single.php file and change this: http://screencast.com/t/twEebRktgC0
You will get this result: http://screencast.com/t/UDt5hXijKHrQ
Use this custom css to remove the space from below and add some space above:

.next-prev {
padding-bottom: 25px !important;
}
.single-post .comments #respond {
padding-bottom: 0px;
}

Thanks

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