duanan2732 2017-02-01 14:52
浏览 121

将位于自定义wordpress插件中的页面模板添加到页面属性中

Is it possible to add a page template located in a wordpress plugin folder instead of the theme folder so it is showing in the page attributes?

For a single page and archive i am using this code:

if ( get_post_type() == 'register' ) {
    if ( is_single() ) {
        if ( $theme_file = locate_template( array ( 'single-register.php' ) ) ) {
            $template_path = $theme_file;
        } else {
            $template_path = CONDOREG__PLUGIN_DIR . '/single-register.php';
        }
    }
    if ( is_archive() ) {
        if ( $theme_file = locate_template( array ( 'archive-condoleances.php' ) ) ) {
            $template_path = $theme_file;
        } else {
            $template_path = CONDOREG__PLUGIN_DIR . '/archive-condoleances.php';
        }
    }

}
return $template_path;

But for now it is not showing up in the attributes?

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料