Created
June 1, 2015 08:02
-
-
Save lucprincen/8508677e6b9581a08dea 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
| $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