DigiPress

Highly Flexible WordPress Theme

graphieの子テーマが反映されない

ホーム フォーラム 設定・不具合関連 graphieの子テーマが反映されない

1件の投稿を表示中 - 1 - 1件目 (全1件中)
  • 投稿者
    投稿
  • #146982
    山本博美
    参加者

    graphieの子テーマを作成するため、下記内容にてしましたが反映されません。

    dp-graphie-child ファイル作成
     style.css
      @charset “UTF-8”;
    /*!
    Theme Name: dp-graphie-child
    Template: dp-graphie
    */

     functions.php
    <?php //子テーマで利用する関数を書く
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }
    ?>

    どこが間違えていますでしょうか?
    どうぞよろしくお願いいたします。

1件の投稿を表示中 - 1 - 1件目 (全1件中)
  • このトピックに返信するにはログインが必要です。