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?
<?php echo...