定義和要求

/wp-content/themes/中有一個帶有以下檔案的目錄(例如 child-theme)時,WordPress 會識別子主題:

  • style.css

    此檔案必須以註釋模板開頭,如下所示:

     /*
     Theme Name: Example Child
     Author: Me
     Author URI: https://example.com/
     Template: example
     Text Domain: example-child-theme
     Domain Path: /languages/
     */
    

    這裡要考慮的最重要的事情是:

    • Template 名稱必須是包含父主題的資料夾名稱(也就是父主題 slug)

    • 以這樣的方式命名你的孩子主題,你可以在儀表板中輕鬆識別它(通常只需將 Child 附加到父母的名字,如 Example Child

  • index.php

  • functions.php