Skip to content

Instantly share code, notes, and snippets.

@phucdohong96
Last active December 30, 2015 02:30
Show Gist options
  • Select an option

  • Save phucdohong96/266e8755730238be7beb to your computer and use it in GitHub Desktop.

Select an option

Save phucdohong96/266e8755730238be7beb to your computer and use it in GitHub Desktop.
Check Premium Listing thi cac bai Post len Top xep theo thu tu ABC
<?php
return array(
"post_type" => "hotel",
"post_status" => "publish",
"meta_key" => "premium_listing",
"orderby" => array( "meta_value_num" => "DESC", "title" => "ASC" ),
"posts_per_page" => 10,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment