function custom_remove_defaults($content) { return false; }
function landing_page() { if (is_page('78')) {
add_filter('thesis_show_header', 'custom_remove_defaults');
add_filter('thesis_show_sidebars', 'custom_remove_defaults');
add_filter('thesis_show_footer', 'custom_remove_defaults');
} }
add_action('template_redirect','landing_page');