【问题标题】:Unable to integrate downloaded HTML template in wordpress Theme无法将下载的 HTML 模板集成到 wordpress 主题中
【发布时间】:2017-12-08 12:43:39
【问题描述】:

我正在尝试将我的 HTML 模板转换为 Wordpress 模板。但在浏览器上它只显示没有 CSS 的内容。我参考了以下程序:https://www.elegantthemes.com/blog/tips-tricks/converting-html-sites-to-wordpress-sites 在这里,我在 CSS 文件的顶部添加了以下给定语句。我对在主题 URI 和作者 URI 中写什么感到困惑,因为现在我正在本地服务器上工作。

/*
Theme Name: ThemeIntegration
Theme URI: ??
Description: A brief description.
Version: 1.0
Author: You
Author URI: ??
*/

我只得到没有样式的简单 html 内容。

【问题讨论】:

    标签: php html css wordpress


    【解决方案1】:

    你需要在header或functions.php文件中添加css和js文件,教程不完整你可以参考this link

    如果你只有1个css可以直接写在style.css中

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-06-14
      • 1970-01-01
      • 2017-09-30
      • 1970-01-01
      • 2016-06-17
      • 1970-01-01
      相关资源
      最近更新 更多