Created
August 23, 2014 00:14
-
-
Save kalenjohnson/3ea4ca428cf504f62261 to your computer and use it in GitHub Desktop.
WP_Query specific taxonomy and sticky post
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
$competitor->featured = new WP_Query([ | |
'post_type' => 'train', | |
'train-categories' => 'workouts', | |
'posts_per_page' => 2, | |
'post__in' => get_option( 'sticky_posts' ), | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment