Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/311238ffc19b10e92eb5 to your computer and use it in GitHub Desktop.
Save barrykooij/311238ffc19b10e92eb5 to your computer and use it in GitHub Desktop.
<?php
// Display related posts of current post
rp4wp_children();
// Display related posts of specific post
rp4wp_children( 2 );
// Return output instead of displaying it
$output = rp4wp_children( 2, false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment