Forums
Forums / Plugin: Glossary / Comment support?
(@tricheryltops)
3 years, 9 months ago
Hi, I don’t see any settings in the plugin to enable comment support for the individual glossary pages.
Which template could I edit to enable comment support for the glossary term pages? Thanks
Never mind, I figured out how to add comment support. Thanks
(@mte90)
Sorry for the delay, but during the weekend we didn’t check support requests.
For who is looking on that:
function comment_support_for_my_custom_post_type() { add_post_type_support( 'glossary', 'comments' ); } add_action( 'init', 'comment_support_for_my_custom_post_type' );
The topic ‘Comment support?’ is closed to new replies.
(@tricheryltops)
3 years, 9 months ago
Hi,
I don’t see any settings in the plugin to enable comment support for the individual glossary pages.
Which template could I edit to enable comment support for the glossary term pages?
Thanks