Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Created June 1, 2015 08:02
Show Gist options
  • Select an option

  • Save lucprincen/8508677e6b9581a08dea to your computer and use it in GitHub Desktop.

Select an option

Save lucprincen/8508677e6b9581a08dea to your computer and use it in GitHub Desktop.
$args = array(
'post_type' => 'portfolio',
'posts_per_page' => 6,
'sites' => array(
'sites__not_in' => array( 1 )
),
'orderby' => 'date',
'order' => 'DESC'
);
$portfolio = new WP_Query_Multisite( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment