Skip to content

Instantly share code, notes, and snippets.

@joseyaz
Created February 7, 2018 09:14
Show Gist options
  • Save joseyaz/b2b768c117f6c1f0a9b05f390c30e8e3 to your computer and use it in GitHub Desktop.
Save joseyaz/b2b768c117f6c1f0a9b05f390c30e8e3 to your computer and use it in GitHub Desktop.
template vias_nuevas_dado
<?php
return array(
"post_type" => "via",
"post_status" => "publish",
"orderby" => "ID",
"order" => "DESC",
"posts_per_page" => 10,
"meta_query" => array(
array(
"key" => "sector_via",
"value" => "4033"
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment