Organise the comment area by placing the comments on one side and trackbacks to other in your comments .php template:
<?php if ( $comments ) : ?>
<?php foreach ($comments as $comment) : ?>
<?php $comment_type = get_comment_type(); ?>
<?php if($comment_type == ‘comment’) { ?>
<!– This is a comment –>
<!– Comment’s content–>
<?php [...]




I am using wordpress and want to disable…
I am using wordpress and want to disable comments in my older posts. Please lend me a hand to do so?
Share this: