【发布时间】:2016-11-12 15:30:24
【问题描述】:
您好,我是 wordpress 新手。我创建了一个 wordpress 主题(用于网站开发),现在只有 Index 、 header 、 footer 文件和 style.css 我想将 Responsive.css 与 index.php 页面链接,该页面存储在“/css/responsive.css "
我知道我们可以通过 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css"> 链接 style.css
但我很困惑如何将响应式 css 与页面链接。请帮帮我。
【问题讨论】:
标签: wordpress responsive-design wordpress-theming