WPDiscuz will only ...
 
Share:
Notifications
Clear all

Question [Solved] WPDiscuz will only appear in my the blog pages

5 Posts
2 Users
0 Likes
410 Views
Posts: 9
Topic starter
(@jrm2288)
Active Member
Joined: 1 year ago

Hello,

 

New to WPDiscuz, I have been trying to enable it in other pages than my blog and it will not appear.

I did the following already, where I added the IDs and select the different pages:

image

 

I also already added code to my theme:

function my_wpdiscuz_shortcode() {
$html = "";
if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) {
ob_start();
include ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php";
$html = ob_get_clean();
}
return $html;
}
add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");

 

 

4 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @jrm2288,

Please check out the rest of the points mentioned in this doc and leave some feedback for each one: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/

3 Replies
(@jrm2288)
Joined: 1 year ago

Active Member
Posts: 9

@asti Thanks for your reply. I tried all the steps and did not work. What else should I do?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@jrm2288,

Could you please send the admin login details to info[at]gvectors.com email address? I'll ask the developers to check the issue for you. 

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

We have not received a reply from you for over a couple of weeks, therefore we will be closing this topic. Please create a new one if you require any additional help.

Thank You!

Share: