我正在尝试将我的 CSS 文件与我正在处理的 Wordpress 网站的 header.php 文件链接,但我在跟进时遇到了一些麻烦。
我被告知要这样设置:
<link href="<?php bloginfo('stylesheet_url');?>" rel="stylesheet">
以下是我当前的代码:
<link href="<?php bloginfo('/style.css');?>" rel="stylesheet">
但是,如果您查看站点的当前状态http://thenerdup.com,很明显 CSS 文件没有正确链接。
对于它的价值,这是我正在关注的教程:http: //blog.teamtreehouse.com/responsive-wordpress-bootstrap-theme-tutorial
我目前正在编辑标题。
谢谢你的帮助。