Last active
August 29, 2015 14:07
-
-
Save barrykooij/311238ffc19b10e92eb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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