ID,'lpp_template_select',true); $lpp_template = dirname( __FILE__ ).'/'.$lpp_template_select; if ($post->post_type == 'landingpage_f') { $single_template = $lpp_template; } return $single_template; } add_filter( 'single_template', 'lpp_f_main_front_html' ); ////////////////////////////// function lpp_f_landing_page_template_select($post){ global $post; $lpp_template_select = get_post_meta($post->ID,'lpp_template_select',true); wp_nonce_field( 'lpp_meta_box_nonce', 'lppmeta_box_nonce' ); ?>