Guest User

Untitled

a guest
Jul 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. if ( in_category('leadership-team')) {
  3. query_posts($query_string . "&order=ASC&orderby=menu_order&nopaging=true");
  4. }
  5. else {
  6. query_posts($query_string . "&order=ASC&orderby=title&nopaging=true");
  7. }
  8. if (have_posts($args)) : ?>
Add Comment
Please, Sign In to add comment