Created
February 7, 2018 09:14
-
-
Save joseyaz/b2b768c117f6c1f0a9b05f390c30e8e3 to your computer and use it in GitHub Desktop.
template vias_nuevas_dado
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" => "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