ID,'apbasic_page_layout', true); $default_post_layout = ($single_post_layout == 'default_layout') ? $default_post_layout : $single_post_layout; // Dynamically Generating Classes for #primary on the basis of page layout $content_class = ''; switch($default_post_layout){ case 'left_sidebar': $content_class = 'left-sidebar'; break; case 'right_sidebar': $content_class = 'right-sidebar'; break; case 'both_sidebar': $content_class = 'both-sidebar'; break; case 'no_sidebar_wide': $content_class = 'no-sidebar-wide'; break; case 'no_sidebar_narrow': $content_class = 'no-sidebar-narraow'; break; } ?>