限时优惠 WP之家永久会员限时89元,全站主题插件免费下载 | 点击开通会员
/**
* 定义子目录,以便它也可以从其他地方轻松访问
*/
add_filter('page_template_hierarchy',function($templates){
foreach ($templates as &$tpl) {
$tpl = 'pages/'.preg_replace('/^page-/i','', $tpl);
}
return $templates;
});
温馨提醒:如发现链接失效或无法下载的情况,请联系本站客服QQ2510585358。
声明:本站资源均来源于网络,如有侵权请联系邮箱:[email protected]