From what I understand, I go to my website dashboard > appearance > themes, and there I am supposed to select the child theme that I create. But it doesn't appear there.
Here is the dir structure of my themes folder:
---- wp-content
----- themes
----- PlatformPro_v1.3.0
----- style.css
----- PlatformProChildTheme
----- style.css
This is exactly what I have in my PlatformProChildTheme style.css:
/*
Theme Name: PChild
Description: PChild
Author: John Smith
Template: PlatformPro_v1.3.0
*/
@import url("../PlatformPro_v1.3.0/style.css");