paulogier
Member
Posted 6 months ago #
Hi there,
I need to remove Yarpp from certain pages, the pages are custom designed but the Yarpp still shows up.
Is there a code snippet that I can use to remove it from that post?
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/
Turn off the "automatic display" option in YARPP settings, then call the related_posts() or related_pages() functions from within your theme. You can then put that within some sort of conditional statement so it only runs on certain conditions.