Advertisement
Guest User

single php wptube

a guest
Apr 24th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. if ( in_category(get_option('wptube_non_vid_category'))) {
  4. include TEMPLATEPATH. '/single_non_video.php';
  5. } else {
  6. include TEMPLATEPATH. '/single_videos.php';
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement