I am using WordPress version 3.3.1, and I used wp_list_comments() for the comment section. There’s Reply buttons on every post, which is created automatically. But however when I click on them, it reloads the page and nothing happens. Am I missing something? (It said addComment is not defined in the Developer tools)
I am using WordPress version 3.3.1, and I used wp_list_comments() for the comment section.
Share
This was what i have done for my theme.When user click on the reply button an inline comment box appears with cancel button and user have the choice to submit the comment or reply to a comment.
Code is quite simple and the part which is responsible for showing up the comment box inline will begin from
<div id="inputArea">.Hope this might help you.