Skip to content

Instantly share code, notes, and snippets.

@crumina
Last active September 11, 2015 11:10
Show Gist options
  • Save crumina/df524c9047aa22652e95 to your computer and use it in GitHub Desktop.
Save crumina/df524c9047aa22652e95 to your computer and use it in GitHub Desktop.
Replace related posts for wp under post
function crum_replace_related_posts(){
add_filter( 'rp4wp_append_content', '__return_false' );
add_action( 'reactor_post_after', 'rp4wp_children', 1 );
}
add_action( 'init', 'crum_replace_related_posts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment