我不知道为什么会发生这种情况,但我的样式表没有出现在主题编辑器中。这只是存档方式。css。其他模板正常显示。在标题中。php,我正在使用以下代码:
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_uri(); ?>" />
但我也试过:
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
而且不起作用。我在codex中找到了以下代码。wordpress和问题仍然存在。
function my_theme_add_editor_styles() {
add_editor_style( \'custom-editor-style.css\' );
}
add_action( \'after_setup_theme\', \'my_theme_add_editor_styles\' );
我不知道我还能做什么。
/********
* Theme Name: Theme 2014
* Description: Theme 2014 - My theme 2014.
* Version: 3
* Author: J
* Author URI:
* Theme URI:
* Tags: Black, White, Minimalist
********/