gpt4 book ai didi

wordpress - wordpress中子主题的网址

转载 作者:行者123 更新时间:2023-12-04 01:28:01 25 4
gpt4 key购买 nike

我想在 wordpress 中创建一个网站,为此我选择一个主题并创建一个子主题。

我在 child 的文件夹中复制了一个style.css和header.php,因为我也想修改标题。我修改了 child 的文件。

在我的 style.css 中,我添加了一行 Template: 与父亲主题的名称

/*
Theme Name: Example
Theme URI: http://www.woothemes.com/
Version: 1.2.15
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes
Template: mystile

Copyright: (c) 2009-2011 WooThemes.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

我在 header.php 中使用这一行
<?php $logo = esc_url( get_template_directory_uri() . 'images/logo.png' ); ?> 

我的 child 主题拍摄图像,但这一行返回父亲主题的网址,而不是他的 child !

我拿这个。
http://localhost/.../wp-content/themes/mystile/images/...

我想要这个
http://localhost/.../wp-content/themes/example/images...

任何的想法

最佳答案

您需要 get_stylesheet_directory_uri ,此函数首先检查子主题目录,然后检查父主题目录。您正在使用的那个只检查父目录。

底线:如果某个函数的行为不符合您的预期,请查看 Codex。很可能你会在那里找到原因。

关于wordpress - wordpress中子主题的网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18724007/

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