Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created March 3, 2015 09:03
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 davidperezgar/334d2197a847e04976f2 to your computer and use it in GitHub Desktop.
Save davidperezgar/334d2197a847e04976f2 to your computer and use it in GitHub Desktop.
Posts 2 posts related with ID
$connected = new WP_Query( array(
'connected_type' => 'proyectos_a_sectores',
'connected_items' => get_post($post->post_parent),
'nopaging' => true,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment