Notifications
Clear all

Custom Post Types and Comment Notifications

3 Posts
2 Users
0 Likes
2,934 Views
(@lederstatter)
Member Customer
Joined: 6 years ago
Posts: 3
Topic starter  

Hello,

I installed wpDiscuz today and also bought the Captcha Extension. Seems to be a great plugin.

I have a problem with displaying the comments section on custom post type pages. Is there any way to fix that?

Another little thing: Is there a way to hide the little grey box abov the comment field, that asks for subscribing to the follow up comments?

 

Thank you and kind regards
Michael


   
Quote
(@lederstatter)
Member Customer
Joined: 6 years ago
Posts: 3
Topic starter  

OK, I am one step further, but it still doesn't work.

I found out, that I need to edit the default form template, where I can also deactivate the follow up comment box.

But - still the form does not show up under my default post type "recipe", although I activated the check box in the default form for this post type.

Any idea how to fix that?

Thank you and kind regards
Michael


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4173
 

May be post type doesn't support comments. All post type creator plugins has an option to enable it.

2015 03 06 0142

If your post type is not created by plugins you should check the PHP array of custom post type and find this part:

'supports' => array(
'comments' => true,
'title' => true, // displayed when editing
'editor' => true,
...

Also make sure the comments are enabled on Edit Post Type admin page.

2015 03 06 0144

   
ReplyQuote
Share:
Scroll to top