Title: Own Comment Field
Last modified: August 22, 2016

---

# Own Comment Field

 *  [zulukatan](https://wordpress.org/support/users/zulukatan/)
 * (@zulukatan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/own-comment-field/)
 * Hey,
 * first of all: Great Plugin!
    Exactly what i´m looking for!
 * But, my Problem is that my theme has it´s own Commentform.
    I was able to integrate
   the upload, thats linked to the Comment, but now i don´t know how to bring it
   in the Post. Maybe you could help me how to Call the function to implement it.
   For upload aswell, beacause i guess i didn´t do it the most best way.
 * [https://wordpress.org/plugins/comment-attachment/](https://wordpress.org/plugins/comment-attachment/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [zulukatan](https://wordpress.org/support/users/zulukatan/)
 * (@zulukatan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/own-comment-field/#post-5187187)
 * Is that a step in the right direction?
 *     ```
       if ( class_exists( 'wpCommentAttachment' ) ) {
                        $comment_attachment = new wpCommentAttachment;
                        $comment = get_comment( get_comment_ID() );
                        $comment_attachment->displayAttachment( $some_comment_object );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Own Comment Field’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comment-attachment_ab08b8.svg)
 * [Comment Attachment](https://wordpress.org/plugins/comment-attachment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comment-attachment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comment-attachment/)
 * [Active Topics](https://wordpress.org/support/plugin/comment-attachment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comment-attachment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comment-attachment/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [zulukatan](https://wordpress.org/support/users/zulukatan/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/own-comment-field/#post-5187187)
 * Status: not resolved