私が理解していることから、Webサイトのダッシュボード>外観>テーマに移動し、そこで作成する子テーマを選択することになっています。しかし、そこには表示されません。
これが私のテーマフォルダのdir構造です:
---- wp-content
----- themes
----- PlatformPro_v1.3.0
----- style.css
----- PlatformProChildTheme
----- style.css
これは、PlatformProChildThemestyle.cssにあるものとまったく同じです。
/*
Theme Name: PChild
Description: PChild
Author: John Smith
Template: PlatformPro_v1.3.0
*/
@import url("../PlatformPro_v1.3.0/style.css");