I’m trying to add the plugin with Jetpack, using this :
<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>
I have to add it in comments.php file,
but when I add it just after <?php comment_form(); ?>
subscribe to comments show on every page on the blog, even on “pages” (different from “post”)
Can someone helps me so I can add the plugin only just beside the comment form from the blog posts, and not the pages (there is no comment form on my pages)
Thanks