Title: Child theme not using parent theme template
Last modified: August 22, 2016

---

# Child theme not using parent theme template

 *  [jabbamonkey](https://wordpress.org/support/users/jabbamonkey/)
 * (@jabbamonkey)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/child-theme-not-using-parent-theme-template/)
 * So, I was using the Twenty Fourteen theme … but I wanted to customize it. So,
   I created a child theme.
    - twentyfourteen/
    - twentyfourteen-child/
 * I setup the twentyfourteen-child/style.css to be… (note: this is the ONLY file
   in the child directory)
 *     ```
       /*
       Theme Name: Twenty Fourteen Child
       Template: twentyfourteen
       Description: Child theme for modifying twenty fourteen
   
       @import url("../twentyfourteen/style.css");
   
       */
   
       /* =Theme customization starts here
       -------------------------------------------------------------- */
       .single .post-thumbnail img {
               display: none;
       }
       /*hides featured image in single post view*/
   
       .search .post-thumbnail img {
               display: none;
       }
       /*hides featured image in search result view*/
   
       .category .post-thumbnail img {
               display: none;
       }
       /*hides featured image in category view*/
       ```
   
 * Now, I went into my dashboard. I saw that my Twenty Fourteen theme was activated.
   So, I ACTIVATED the new child theme (it was listed there, so I know the path 
   was correct, and the parent directory was correct). When I went to view my site,
   all I saw was a bare-minimum site with NO styles. It was like the site ignored
   the entire parent theme templates, and just threw up the content with no styles.
   It’s as if it was ONLY using the child theme, and not referring to the parent
   theme at all.
 * Does anyone know where I went wrong??? Please help. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [janet4now](https://wordpress.org/support/users/janet4now/)
 * (@janet4now)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/child-theme-not-using-parent-theme-template/#post-5279500)
 * Do you have the folders for both parent and child themes in separate folders 
   within the themes folder (check via ftp)
 * Maybe a link to your site?
 *  [janet4now](https://wordpress.org/support/users/janet4now/)
 * (@janet4now)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/child-theme-not-using-parent-theme-template/#post-5279501)
 * woops… just noticed this.
 * change your style theme so it reads like this (cut and paste)
 *     ```
       /*
       Theme Name: Twenty Fourteen Child
       Template: twentyfourteen
       Description: Child theme for modifying twenty fourteen
       */
       @import url("../twentyfourteen/style.css");
   
       /* =Theme customization starts here
       -------------------------------------------------------------- */
       .single .post-thumbnail img {
               display: none;
       }
       /*hides featured image in single post view*/
   
       .search .post-thumbnail img {
               display: none;
       }
       /*hides featured image in search result view*/
   
       .category .post-thumbnail img {
               display: none;
       }
       /*hides featured image in category view*/
       ```
   
 *  Thread Starter [jabbamonkey](https://wordpress.org/support/users/jabbamonkey/)
 * (@jabbamonkey)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/child-theme-not-using-parent-theme-template/#post-5279510)
 * Ah, got it. Got to watch those comment tags. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Child theme not using parent theme template’ is closed to new replies.

## Tags

 * [child](https://wordpress.org/support/topic-tag/child/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 3 replies
 * 2 participants
 * Last reply from: [jabbamonkey](https://wordpress.org/support/users/jabbamonkey/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/child-theme-not-using-parent-theme-template/#post-5279510)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
