Forums
Forums / Plugin: WP Glossary / Enable comments on single glossary
(@bania)
9 years, 6 months ago
Hi. I’ve got problem with enable comments on single glossary page. I’m adding code to my theme’s functions.php file but it does’nt work.
add_action( 'init', 'wpg_enable_comments' ); function wpg_enable_comments() { add_post_type_support( 'glossary', 'comments' ); }
Can I get any help with it?
The topic ‘Enable comments on single glossary’ is closed to new replies.
(@bania)
9 years, 6 months ago
Hi.
I’ve got problem with enable comments on single glossary page.
I’m adding code to my theme’s functions.php file but it does’nt work.
Can I get any help with it?