Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $args = array(
  2. 'suppress_filters' => 0,
  3. 'posts_per_page' => -1,
  4. 'sort_order' => 'ASC',
  5. 'sort_column' => 'post_title',
  6. 'post_type' => 'inst',
  7. 'post_status' => 'publish'
  8. );
  9. $content = get_posts($args);
  10.  
  11. echo $GLOBALS['wp_query']->request;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement