I use Live Blog and want to unhook Yarpp from these posts only. Unfortunately, I can't seem to identify the hook that is used. Can anyone help me here?
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/
I use Live Blog and want to unhook Yarpp from these posts only. Unfortunately, I can't seem to identify the hook that is used. Can anyone help me here?
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/
I've had trouble with this too.
If you manually call related_posts() from your template instead of using the "automatic display" option, then you can wrap a conditional around it so that if the post is a "Live Blog" post, you don't trigger related_posts().
@mitcho, I'm not sure how to do this. I'm vaguely familiar with CSS.
This requires PHP. I suggest you find a friend who can help you with this.
You must log in to post.