【发布时间】:2014-08-13 09:00:05
【问题描述】:
我正在尝试从 style.css 链接到 WordPress 插件文件夹中的图像。我尝试了以下方法,但不起作用:
.example {
background: url( images/photo.jpg ) center center no-repeat;
}
插件文件夹图片: /wp-content/plugins/my-plugin/images/photo.jpg
样式表在这里: /wp-content/themes/my-theme/style.css
【问题讨论】:
-
在您的插件文件夹中添加 css 和图像使用插件 url 获取此内容。
-
我不希望有很多 CSS 文件
标签: css wordpress relative-path