以下のリンクが参考になった。
http://takahashifumiki.com/web/programing/1667/
functions.phpに
以下の行を追加。(もちろん、CSSファイル名は、自分の環境の通りに変更)
add_editor_style("editor-style.css");無事、適用されました。
良かった。
add_editor_style("editor-style.css");無事、適用されました。
<?php wp_enqueue_script("jquery"); ?>
<?php wp_head(); ?> をthemeのheader.phpの<head>内に記述。 そして、いかのように$jという変数にjQuery.noCnflict();を代入して、$jを使っていく、と。var $j = jQuery.noConflict();
$j(function(){ 以下略。。
<script type="text/javascript"
src="<?php bloginfo("template_url"); ?>/js/yourScript.js"></script>