WordPress Glossary Plugin (CMTG) - Terms - Disabling Term Page Comments
Term Page Comments
Like any other WordPress post, a Glossary Term can also accommodate the default WordPress comments functionality.
The comments will show up at the bottom of the Term page, allowing all WordPress users to make comments about your term definitions.
Important: Comments will never show up in the Tooltip.
Disable the WordPress comments on term pages
The WordPress comments area can be disabled for the terms post type in the WordPress Glossary plugin's settings.
Go to Admin Dashboard → CM Tooltip Glossary → Settings → Glossary Term tab.
Below: To disable the comments section on your Glossary Term pages, mark the checkbox outlined with the red border and save the settings:
Another case when comments will not be displayed is when the code responsible for displaying the comments is missing from the template.
Below: This is usually how the code displaying the comments look. If you remove it from the template the comments will not appear.
if ( comments_open() || get_comments_number() ) {
comments_template();
}
More information about the WordPress Glossary Plugin Other WordPress products can be found at CreativeMinds WordPress Store |
|
Let us know how we can Improve this Product Documentation Page To open a Support Ticket visit our support center |