I am using a plugin to make a review site in WP.
Code is added to comments.php to display the plugin.
I do not want this plugin displayed on WP pages, only on posts.
Is there a way to edit the code below which is in comments.php to not show it on WP pages?
Or, is there a way to have say a comments2.php without that code so that the page template would call comments2 instead and not display the review plugin.
Thanks in advance.
chuckie
Code is added to comments.php to display the plugin.
I do not want this plugin displayed on WP pages, only on posts.
Is there a way to edit the code below which is in comments.php to not show it on WP pages?
PHP:
<?php echo dgrs_get_comment_ratings($comment->comment_ID); ?>
Thanks in advance.
chuckie