0) && is_home()) || ($bwd3_custom_home_page != "true") || !is_home())){ include(TEMPLATEPATH . '/templates/socialNetworking.php'); } if(is_404() || !have_posts()) include(TEMPLATEPATH . '/templates/404sidebar.php'); elseif(is_page()) include(TEMPLATEPATH . '/templates/pageSidebar.php'); // if you want a custom home page AND you're on the front page show the associated sidebar. Otherwise you're on page 2, show normal blog sidebar elseif(($bwd3_custom_home_page == "true") && ($paged < 1) && is_home()) include(TEMPLATEPATH . '/templates/customHPSidebar.php'); else include(TEMPLATEPATH . '/templates/blogSidebar.php'); ?>