/ Published in: PHP
Expand |
Embed | Plain Text
<?php $post = $wp_query->post; if ( in_category('7') ) { include(TEMPLATEPATH . '/archive-video-two.php'); exit; } else if ( in_category('8') ) { include(TEMPLATEPATH . '/archive-photo.php'); exit; } else if ( in_category('3') ) { include(TEMPLATEPATH . '/archive-video.php'); exit; } else if ( in_category('6') ) { include(TEMPLATEPATH . '/archive-video-three.php'); exit; } else if ( in_category('4') ) { include(TEMPLATEPATH . '/archive-video-two.php'); exit; } else if ( in_category('5') ) { include(TEMPLATEPATH . '/archive-video-two.php'); exit; } ?>
You need to login to post a comment.
