add_action( \'page_template\', \'fw_reserve_page_template_pending\', 99 );
function fw_reserve_page_template_pending( $page_template ){
$page_template = /* My template Path */
return $page_template;
}
我的这个钩子适用于除主页和首页以外的所有页面。我能在主页和首页上都使用它吗?这样每当我点击一个页面或我的网站时,它就会转到/*我的模板路径*/