ID, 'sf_page_title', true); $top_spacing = get_post_meta($post->ID, 'sf_top_spacing', true); $spacing = ""; if ($top_spacing) { $spacing = "top-spacing"; } else { $spacing = ""; } $sidebar_config = get_post_meta($post->ID, 'sf_sidebar_config', true); $left_sidebar = get_post_meta($post->ID, 'sf_left_sidebar', true); $right_sidebar = get_post_meta($post->ID, 'sf_right_sidebar', true); $page_wrap_class = ''; if ($sidebar_config == "left-sidebar") { $page_wrap_class = 'has-left-sidebar has-one-sidebar'; } elseif ($sidebar_config == "right-sidebar") { $page_wrap_class = 'has-right-sidebar has-one-sidebar'; } elseif ($sidebar_config == "both-sidebars") { $page_wrap_class = 'has-both-sidebars'; } else { $page_wrap_class = 'has-no-sidebar'; } ?>

id="">
id="">
id="">