Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Last active August 29, 2015 14:07
Embed
What would you like to do?
<?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