Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. query_posts("cat=18");
  3. while (have_posts()) : the_post();
  4. get_template_part( "books-cat");
  5. endwhile;
  6. ?>
  7. <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement