Quantcast
Channel: Welcart フォーラム »投稿一覧
Viewing all articles
Browse latest Browse all 19572

子テーマ有効化時 文字化けの件

$
0
0

拡張プラグインのスタイルシート5種をとりはずしたら
文字化けは消えましたが Topページの上に変わらずCSSのような記述が出たままで
消えません。 
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
} こんな感じです

functions.phpを取り外したら綺麗に表示されました。

functions.phpは

add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
*/
以外に何か記述しないといけないのでしょうか?
秀丸を使っています UTF-8 BOMなし


Viewing all articles
Browse latest Browse all 19572

Trending Articles