comment form twentyeleven
-
I want to customize my comment form and have having trouble controlling the function comment_form(). I got online and looked at the codex but it only references twentyten theme. Otto from (https://ottopress.com/2010/wordpress-3-0-theme-tip-the-comment-form/) said to replace all the code in my comments.php with this command
comment_form();
I wanted to get rid of the comment_notes_after. So I created this array in my comments.php file<?php comment_form(array('comment_notes_after'=>' ')); ?>
i thought it would get rid of the code afterwards but it is still there. Anything I’m doing wrong?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘comment form twentyeleven’ is closed to new replies.