Comments.php

With the release of WordPress 3.0 has meant the standardizing of comments forms throughout all WordPress themes making it easier for theme authors to and plugin developers since the comments form can be modified via hooks.

Step 9 – Comments.php
Below will be the code you will want to put in your comments.php file in your theme template.
1
<?php comment_form(); ?>

No comments:

Post a Comment