Hi,
I want to display the wp comments right after the post, but before the plugins content.
What I have tried so far:
in single-products.php file, the original code is:
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<p><strong>'.__('Pages','eStore').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php edit_post_link(__('Edit this page','eStore')); ?>
I tried put the comments(comments_template()) before and after the "the_content()", but its not correct. If I put:
Before the_content(), it displays the comments section before the real content
After the_content(), the comments are displayed below others plugin (simple social and Five rate stars plugins)
Is there anyway to insert in between them, I mean, between the post and plugins?
FYI: The theme that I am using, didnt display comment, so I have to display/enable it by myself. I am using wp 3.0.1