Forums
Forums / Plugin: Contextual Related Posts / Disable IN certain categories
(@jacktheripper)
9 years, 3 months ago
Hi, is there a way to disable the output of the plugin in posts (pages etc), which are in a certain category?
By default I only can disable categories for the results or I have to manually exclude every single post/page.
Thanks in advance, Felix
(@ajay)
You can’t do that automatically at this stage. Will end up being a pro feature.
But you could potentially use a function to filter get_crp to return $output = '' if you’re currently in a category
get_crp
$output = ''
https://github.com/WebberZone/contextual-related-posts/blob/master/contextual-related-posts.php#L306
The topic ‘Disable IN certain categories’ is closed to new replies.