the comments_form
function that outputs the contact form has two actions that could be used to accomplish what you want.
add_action( 'comment_form_before', 'wwm_comment_form_before' );
function wwm_comment_form_before() {
//output your opening html here
}
add_action( 'comment_form_after', 'wwm_comment_form_after' );
function wwm_comment_form_after() {
//output your closing html here
}
and that’s a wrap 🙂
Related Posts:
- How to show Disqus comment count number only without text?
- Can’t seem to get this CSS to work…any ideas why? [closed]
- css hide all the comment reply links except the lowest nested comments
- Applying same style to all the comments on the page
- comments_popup_link() – how to load different classes/images according to different comment condition?
- Highlight comments made by registered users of the site
- JetPack comment threads are displaying above comment box? [closed]
- Styling Admin comments in WP 3.1.3
- Approve comment hook?
- What for is the table “wp_commentmeta” exactly?
- Custom comment type based on thread level
- How to add internal, revision comments to page updates
- Comment Reply javascript
- Hook to edit an column on comments screen?
- Comment Author Name In Reply Form
- Is there any advantage to emptying comment spam?
- how to make author to write comment on only his own posts?
- How do you remove the ability for a user to make a comment or post on a page?
- Twitter/Facebook login for comments [closed]
- Add delete, approve, spam Links to Comments
- FB – Comment Moderation Tool bug or error in the code?
- If new comment posted in custom post – send notification to custom email from custom field
- Disable Admin account being emailed for comment notification
- How to allow commentetors to get notifications on replies to their comments?
- Can I have two single.php files and have one display just the post and the other display comments for that specific post?
- How can I change the link in comment form “Log in to post a comment”?
- remove_filter( ‘comment_author’, ‘floated_admin_avatar’ ); doesn’t work
- Does wp_new_comment expect a comment in HTML?
- Comments: Approve when admin Replies, from the Front end
- Show only if x comments?
- Display WordPress commenter nice name
- Ajax comments not working
- Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
- How to display nothing (instead default) when no user gravatar is present?
- Redirect to page 2 after comment
- How to change avatar of the comment author using comment ID?
- WordPress Comments are automatically publishing
- save_post action hook for comments
- Automatically increase comment karma on comment save
- How to handle upvotes and downvotes of disqus comments after importing disqus comments to wordpress?
- All users/comments suspected as bot? [closed]
- Count comment threads, not total comments in a post
- Show comments of a user post only when they are login
- How should I get the original comment while processing the reply
- How to override wp_insert_comment()
- I wish to remove, disable or hide the comment authors’ links to their sites from my home page
- Admin can enter JavaScript – potential security risk?
- How to stop ultimate members to redirect comment authors to user profile?
- Replace comments with a dummy text
- How modify the comment content persistently based on $wp_query?
- Displaying Posts Depending on Number of Comments and Latest Comments?
- How do I stop the comments going to my email?
- Disable only the comment form/box itself?
- How to implement just the wp commenting area on my custom site?
- anyone can help me to know whats going wrong? [closed]
- Why there is still an approved comment after deleting all?
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- Custom comment field not showing when logged-in
- get_comment_meta not behaving as expected
- get_comment_author_link not working properly
- How do I get a array, with the right order of the nested comments?
- Display last comments on home page
- How to show last comment on hover?
- Users moderate own comments
- Clicking Comment “Reply” Button only replies to first comment
- show comment with statuse
- How to add code for wp-comments-post.php over functions.php?
- Is there a way to export WordPress comments to a non-wordpress, HTML coded site?
- comment form code redirect to wp_comments_post.php with blank page
- Parent comment’s author display_name
- How to show a list of comments on home page from all posts?
- WordPress Custom Local Avatar not showing in comments
- Change commenters email to display name
- Remove text on Comment count
- wp list all users who haven’t commented on a post
- Creating a “walled garden” of comments
- Adding buttons to wp-admin/edit-comments
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- How to enable reply button on mostly deeply-nested comments? [closed]
- Can’t check “Allow people to post comments on new articles” option
- Comments closed only for contributors
- Comments from other blogs are getting added to my blog?
- Comment-Meta doesn’t work with latest wordpress update
- Sort post by last commented
- Listing comment author role code problem
- How to allow special characters in comment name?
- Deleting users do not deletes coments
- How to resolve 404 errors for wordpress comments/feed when I have disabled comments
- Problem display only posts with comments
- Migrate comments to Disqus
- Where to insert get_comments?
- Overflow and Comments
- Is there a plugin that can replace WP comments with Facebook comments as used by TechCrunch? [closed]
- list / show comments of post author in special page
- How to use Disqus for some categories, and FB comments for others?
- Why nobody is answering my question? [closed]
- Replace Entire Comment Box with Text
- Page to view single comment and all replies
- How can I add a check and not send an auto-reply to certain comments if the user fills in a custom field?
- Show success message on comment submit when email and name is not required field