Wordpress主题-创建样式表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress主题-创建样式表相关的知识,希望对你有一定的参考价值。
if don't like `@import` in stylesheet
function create_stylesheet() { $templatedir = get_bloginfo('template_directory'); $stylesheetdir = get_bloginfo('stylesheet_directory'); ?> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/styles/reset.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/styles/typography.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/styles/images.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/layouts/2c-r-fixed.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/styles/default.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templatedir ?>/library/styles/plugins.css" /> <link rel="stylesheet" type="text/css" href="<?php echo $stylesheetdir ?>/style.css" /> <?php } add_filter('thematic_create_stylesheet', 'create_stylesheet');
以上是关于Wordpress主题-创建样式表的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress 样式表问题:资源解释为样式表,但使用 MIME 类型传输