Ticket for: Related Post for WordPress
0
Anonymous
I would like Related Post content to not show on certain posts and pages. For instance, not on the Contact page. How can this be done?
0 Subscribers
Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
i understand the issue, unfortunately sorry to say this feature isn't available right now.
but you can use action hook to remove related post conditionally by post id, please check the documentation
https://pickplugins.com/documentation/related-post/action-hook/related_post_main/
Thank you for the quick response. I tried adding the "Remove related posts conditionally " code using my theme options custom code section and by adding it to the Single Page theme file (page.php) both after substituting $post_id == 896 for the actual ID but none of this seems to have an effect. I have to admit to being a novice in terms of coding. Is there any more advice that you can give me?