Customize comment_form() beyond CSS, forms and labels
-
Hi,
In the recent two weeks, I have been struggling while trying to customize the comment form.
I don’t know PHP, and since everything comment form now resides in a function, having to deal with actions, hooks and just the core of WordPress in general is a source of great frustration when I want to do more than relatively shallow customization.
I’m hoping to find a comprehensive explanation on how to do the following, strictly without relying on the use of CSS:
- Rearranging anything outputted by the
comment_form()
in relation to each other, eg. displaying the submit button between the textarea and the reply title.- Adding various custom elements inside the
comment_form()
, not just more input fields, eg., the avatar of the current user, additional paragraphs or thecomments_popup_link()
(or similar)Is the above possible? If yes, can someone please explain how to do so, preferably with supporting examples.
The following is a short list of the most relevant methods I have tried. None of them have successfully covered anything beyond changing labels and adding custom input fields.
Thank you
- The topic ‘Customize comment_form() beyond CSS, forms and labels’ is closed to new replies.