comment form twentyeleven
-
Are you carrying out your changes in a child theme?
sorry, i thought i responded to this a few days ago… trouble with my email account. I’m using a child theme I created but it’s based off of twenty eleven. I really haven’t changed much except the css and added a few functions to the functions.php file. I have a few pluggins too.
Can you post a pastebin of your *entire*
comments.phpfile from your Child Theme?how do i pastebin code? just put it between the code tags? stupid question i know…
how do i pastebin code?
Go to pastebin.com, paste in your code, and then put a link to your “pastebin” here in the thread. 🙂
thx! here’s the link http://pastebin.com/aUL8HFv6
That’s functions.php – not comments.php.
http://pastebin.com/JtyYRWTX
man this is making me look bad…can you make the posts excerpts in this theme?
can you make the posts excerpts in this theme?
What does your question have to do with the OP? If your issue is unrelated, start your own topic. Hijacking others’ forum topics is considered to be extremely inconsiderate.
I think i’ve figured it out. I am using simple face book connect and that has a separate comments.php file to out put the form i want changed.
The topic ‘comment form twentyeleven’ is closed to new replies.
(@stephenrusselcraneyahoocom)
14 years, 3 months ago
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 (http://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?