add_filter('template_include','VABch_include');
if(!function_exists('VABch_include')):function VABch_include($path){
if(is_singular('post')){
return get_stylesheet_directory().'/single-VAB.php';
}
return $path;}endif;
if(is_singular('post')){
скорректируйте данное условие под себя. Если оставить так, то все обычные записи будут выводится через шаблон single-VAB.php в корне темы. single-VAB.php то же на свой шаблон замените