Title: Shortcode Not Working
Last modified: May 15, 2023

---

# Shortcode Not Working

 *  Resolved [webpp](https://wordpress.org/support/users/webpp/)
 * (@webpp)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-not-working-448/)
 * The new updated shortcode doesn’t work at all.
 * **function my_wpdiscuz_shortcode() {
   $html = “”;if (file_exists(ABSPATH . “wp-
   content/plugins/wpdiscuz/themes/default/comment-form.php”)) {ob_start();include_once
   ABSPATH . “wp-content/plugins/wpdiscuz/themes/default/comment-form.php”;$html
   = ob_get_clean();}return $html;}add_shortcode(“wpdiscuz_comments”, “my_wpdiscuz_shortcode”);
 * and using **[wpdiscuz_comments] **with it.

Viewing 1 replies (of 1 total)

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-not-working-448/#post-16740761)
 * The shortcode works fine. Please watch this video: [https://www.screencast.com/t/Tq0qg4edm](https://www.screencast.com/t/Tq0qg4edm)
 * Just make sure the post type supports comments and the comment form is enabled
   for the current post.
 * It’d be better if you record a video where we can see how you’re adding a shortcode.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode Not Working’ 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 Support](https://wordpress.org/support/users/gvectorssupport/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/shortcode-not-working-448/#post-16740761)
 * Status: resolved