Guest User

Untitled

a guest
Aug 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php if ( have_posts() ) { the_post(); rewind_posts(); } ?>
  2. <?php if ('books' == get_post_type()) { ?>
  3. <?php include(TEMPLATEPATH . '/single-books.php') ?>
  4. <?php } elseif ('slug' == get_post_type()) { ?>
  5. <?php include(TEMPLATEPATH . '/single-slug.php') ?>
  6. <?php } else { ?>
  7. <?php include(TEMPLATEPATH . '/single-blog.php') ?>
  8. <?php } ?>
Add Comment
Please, Sign In to add comment