【问题标题】:template option missing at wordpress dashboardwordpress 仪表板中缺少模板选项
【发布时间】:2015-04-14 02:02:33
【问题描述】:

我是 wordpress 主题开发的新手。我一次又一次地面临一个问题。问题如下。 template 选项在 wordpress 仪表板中丢失。我怎样才能在 wordpress 仪表板中看到 template 选项。

【问题讨论】:

  • 您的模板文件中是否有/* Template Name: ... */,如此处所述 - codex.wordpress.org/Page_Templates?另外,您的模板文件名是什么?
  • 我在我的模板文件中使用了 /* 模板名称:... */。模板文件名'welcome-template.php'

标签: wordpress templates


【解决方案1】:

首先你需要创建一个模板,然后它会显示在仪表板中

   <?php 
    /*  
     Template Name: My Custom Page 
    */ 
   ?>

将代码放在您的模板文件中并检查您是否会看到该选项

【讨论】:

    猜你喜欢
    • 2018-04-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-09
    • 2011-01-20
    • 2020-06-14
    相关资源
    最近更新 更多