Starum主题模板目录的url问题

时间:2014-07-11 作者:user3830344

最近我做了一个costum wordpress主题,之前我已经做了一些,但这次我真的对这个问题感到困惑:

问题是;在costum主题中,我使用的是:

get\\u template\\u directory\\u uri()获取当前主题的url,以使其js文件和css文件正常工作,但在我当前主题名称的位置,它将替换为十二个主题名称,我的costum主题不是十二个的子主题。

风格css标题代码:

/*
Theme Name: Nicole \'s New Theme.
Theme URI: http//:www.itmatic.io/.
Description: This Theme is created by itmatic , please do not edit anything , just make    an child theme and do the changes.
Version: 1.0
Author: Itmatic
Author URI: http//:www.itmatic.io/.
*/
@import url("assets/css/reset.css");
@import url("assets/css/style.css");

1 个回复
最合适的回答,由SO网友:KnightHawk 整理而成

尝试get_stylesheet_directory_uri()

http://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri

在过去,使用它可以帮助我解决这类问题。

结束

相关推荐

从图像路径中删除‘wp-Content/Themes/Themename/’

我目前正在将一个基于其他CMS的旧网站移动到一个新服务器上,使用WordPress。然而,这个网站在Google上排名很好,我必须保留所有的链接结构,包括来自图片的链接结构。因此,在旧CMS中,图像链接如下:http://www.domain-name.de/images/image1.jpg 现在,他们是这样的:http://www.domain-name.de/wp-content/themes/theme-name/images/image1.jpg 但它们必须与第一个示例中的一