Advertisement
Guest User

Multiple Single Template Files

a guest
Jul 19th, 2011
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. if (in_category('10')) {include (TEMPLATEPATH . '/single-blog.php');
  3. }
  4. else { include (TEMPLATEPATH . '/single-unique.php');
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement