Title: Shortcode for comments
Last modified: August 30, 2016

---

# Shortcode for comments

 *  [TheMK850](https://wordpress.org/support/users/themk850/)
 * (@themk850)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-comments-2/)
 * I would like to put the comments and the commment box on a separate tab on the
   page. Perhaps if there is a shortcode that allows me to do this that would be
   great.
 * The plugin I’m using to make tabs is called tabby responsive tabs. Is there any
   way that I can do this? Thanks
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-comments-2/#post-6407646)
 * Hi TheMK850,
    I’m sorry but there isn’t any shordcode for wpDiscuz. You should
   edit “tabby responsive tabs” plugin files and add whether:
 *     ```
       <?php comments_template() ?>
       ```
   
 * or
 *     ```
       if(file_exists(ABSPATH . 'wp-content/plugins/wpdiscuz/comment-form/form.php')){
       	include_once ABSPATH . 'wp-content/plugins/wpdiscuz/comment-form/form.php';
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Shortcode for comments’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/shortcode-for-comments-2/#post-6407646)
 * Status: not resolved