Search
Close this search box.
Search
Close this search box.

How to fix a missing parent theme error

Say that you’ve made a child theme named Thematic. If you try to upload it on your server, you may encounter this error:

The parent theme is missing. Please install the “Thematic” parent theme.

The fix is to make the line below in your style.css of your child theme lowercase.

Template: thematic

Thanks to this article.