据我了解,我转到我的网站仪表板 > 外观 > 主题,在那里我应该选择我创建的子主题。但它没有出现在那里。
这是我的主题文件夹的目录结构:
---- wp-content
   ----- themes
      ----- PlatformPro_v1.3.0
           ----- style.css
       ----- PlatformProChildTheme
            ----- style.css
这正是我在 PlatformProChildTheme style.css 中所拥有的:
/*
Theme Name:     PChild
Description:    PChild
Author:         John Smith
Template:       PlatformPro_v1.3.0
*/
@import url("../PlatformPro_v1.3.0/style.css");