Title: Comments in the shortcode
Last modified: August 21, 2016

---

# Comments in the shortcode

 *  Resolved [thaphlash](https://wordpress.org/support/users/thaphlash/)
 * (@thaphlash)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/comments-in-the-shortcode/)
 * Word up…
 * Great plugin.
    Is it possible to have also the comments carried over with the
   post?
 * Since i have products page, importing the post talking about the product is great,
   yet if i could also have the comments it be simply perfect!
 * Thx for your time and hope this reaches you.
 * [http://wordpress.org/plugins/post-content-shortcodes/](http://wordpress.org/plugins/post-content-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [thaphlash](https://wordpress.org/support/users/thaphlash/)
 * (@thaphlash)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/comments-in-the-shortcode/#post-4258521)
 * ok so after a bit of searching im thinking this will do it..
 *     ```
       // add comments to shortcode
       add_filter( 'post-content-shortcodes-defaults', 'custom_pcs_show_comments' );
       function custom_pcs_show_comments( $defaults=array() ) {
           $defaults['show_comments'] = true;
           return $defaults;
       }
       ```
   
 * Thx for the great work

Viewing 1 replies (of 1 total)

The topic ‘Comments in the shortcode’ is closed to new replies.

 * ![](https://ps.w.org/post-content-shortcodes/assets/icon-256x256.png?rev=979726)
 * [Post Content Shortcodes](https://wordpress.org/plugins/post-content-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-content-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-content-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/post-content-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-content-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-content-shortcodes/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [thaphlash](https://wordpress.org/support/users/thaphlash/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/comments-in-the-shortcode/#post-4258521)
 * Status: resolved