• Hi all,
    I am trying to create a new field in the comment form.
    I used the comment_form hook to do this.

    But i want to show the same on admin side too.
    So is there any hook like comment_form for admin side..?

Viewing 1 replies (of 1 total)
  • in PHP try inserting this.

    add_action(‘thesis_hook_before_headline’, ‘tt_comment_box’); // add new comments
    remove_action(‘thesis_hook_after_post’, ‘thesis_comments_link’); // Remove Thesis Comments

    All you have to do now is style it to your liking..

Viewing 1 replies (of 1 total)
  • The topic ‘Hook for comment form in admin’ is closed to new replies.