Created
November 14, 2017 08:28
-
-
Save turtlepod/167117c5838ffb47d20649b93a2bd089 to your computer and use it in GitHub Desktop.
Listify FacetWP: Listings Template Query
This file contains 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
<?php | |
return array( | |
'post_type' => 'job_listing', | |
'orderby' => array( 'menu_order' => 'ASC', 'date' => 'DESC' ), | |
'order' => 'asc', | |
'post_status' => 'publish' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment