add_editor_style()在3.0.3中不起作用

时间:2010-12-28 19:12:05

标签: wordpress wordpress-theming

我正在尝试使用add_editor_style()添加自定义编辑器样式。

template.php我添加了:

<?php
add_editor_style();

我的主题目录中有一个名为editor-style.css的样式表,其中包含以下css:

/* editor-style.css */
div { background-color: orange;}
p {color: red!important; font-size: 18px!important; }

1 个答案:

答案 0 :(得分:1)

我相信add_editor_style()必须在functions.php才能正常工作。