gpt4 book ai didi

php - 如何加载wordpress page.php中的style.css根目录,contents中的single.php

转载 作者:行者123 更新时间:2023-11-28 05:03:26 25 4
gpt4 key购买 nike

我正在制作一个 WordPress 主题。但我有一个问题。 style.css 样式表未加载到 page.php 内容中。当我在 wp 编辑器中编辑帖子并添加 <div class=w3-red"> <button class="w3-btn w3-red">以及更多相关代码。当我发布帖子时,它们没有显示在前端。我认为 WordPress 不支持 wp 编辑器的页面样式自定义选项。我还在 header.php 中添加了我自己的 style.css。

我在我的网络根目录中使用 w3.css 样式表。样式.css

<div class="w3-card w3-red"> Hello </div>

此代码未在前端加载。

最佳答案

请引用this link

只需将您的样式表 (style.css) 放在目录 wp-content\themes\[YOUR_THEME]\css\ 中。然后你可以通过简单的代码(主题 header.php 文件)链接样式表。

 <link rel="stylesheet" type="text/css" href="<?php echo get_template_directory_uri(); ?>/css/style.css" />

关于php - 如何加载wordpress page.php中的style.css根目录,contents中的single.php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39957537/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com