
Kevin Roosey
4,005 PointsWordpress development file problems
I'm trying to get my files on wordpress however when I upload them to wordpress it says I need a parent theme however I have no clue how to go about doing that
I'm trying to get my files on wordpress however when I upload them to wordpress it says I need a parent theme however I have no clue how to go about doing that
Genesis Murillo
9,119 PointsGenesis Murillo
9,119 PointsAre you creating a child theme or your own theme? Usually, when creating a child theme and I am missing the Template name is the stylesheet comment is when I get the error.
If you are getting the error with your own theme that you have created from scratch, this might help by adding it to the top of your style.css, it worked for me:
The code can also be found here and it has and example of template for a child theme: https://codex.wordpress.org/Child_Themes
And this is for theme development: https://codex.wordpress.org/Theme_Development
Sorry if I am completely wrong;