Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(get_option('of_home_content') == 'Recent Photos'){
- include( TEMPLATEPATH . '/templates/recent-photos.php' );
- } elseif(get_option('of_home_content') == 'Normal Posts with Carousel'){
- include( TEMPLATEPATH . '/templates/carousel.php' );
- } else{
- include( TEMPLATEPATH . '/templates/recent-photos.php' );
- }?>
Add Comment
Please, Sign In to add comment