How to add comments box in WP pages ? i have a WP blog and i want to add comments box on my some pages but i dont find any option for doing it. Please help me for fix it. Thanks in advance
Wordpress defaults to allowing comments on posts and pages. Some templates remove this feature to make the pages n stuff look nicer. codex.wordpress.org/Function_Reference/comments_template Shows you how to use the function. Or add [/FONT][/COLOR]<?php comments_template(); ?> Code (markup): to your template file where you want the comment.
default comments box show only blog posts not in blog page. i want add comments box in some pages post how can i do this ? if you have any plugins for this pleas share with main.