manu3l9816

Livepuse remove home content

Mar 15th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php if(get_option('of_home_content') == 'Recent Photos'){
  2.         include( TEMPLATEPATH . '/templates/recent-photos.php' );
  3.     } elseif(get_option('of_home_content') == 'Normal Posts with Carousel'){
  4.         include( TEMPLATEPATH . '/templates/carousel.php' );
  5.     } else{
  6.         include( TEMPLATEPATH . '/templates/recent-photos.php' );
  7.     }?>
Add Comment
Please, Sign In to add comment