Skip to content

Instantly share code, notes, and snippets.

@turtlepod
Created November 14, 2017 08:28
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 turtlepod/167117c5838ffb47d20649b93a2bd089 to your computer and use it in GitHub Desktop.
Save turtlepod/167117c5838ffb47d20649b93a2bd089 to your computer and use it in GitHub Desktop.
Listify FacetWP: Listings Template Query
<?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