Title: Child theme doesn&#039;t work correctly
Last modified: August 31, 2016

---

# Child theme doesn't work correctly

 *  Resolved [jamaloos](https://wordpress.org/support/users/jamaloos/)
 * (@jamaloos)
 * [10 years ago](https://wordpress.org/support/topic/child-theme-doesnt-work-correctly/)
 * Hi
    I want create a child theme but is not working correctly please help me. 
   the code of style.css is: /* Theme Name: Iconic One Theme URI: [http://themonic.com/iconic-one-child/](http://themonic.com/iconic-one-child/)
   Author: Themonic Author URI: [http://themonic.com](http://themonic.com) Description:
   Iconic one Child Theme Version: 1.6 Template: iconic-one License: GNU General
   Public License v2 or later License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
   Tags: Blue, White, Black, one-column, two-columns, right-sidebar, custom-background,
   fluid-layout, responsive-layout, custom-menu, full-width-template, post-formats,
   rtl-language-support, theme-options, custom-colors Text Domain: Iconic-one-child*/
   add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function theme_enqueue_styles(){
   wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’);
 * }

Viewing 1 replies (of 1 total)

 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [10 years ago](https://wordpress.org/support/topic/child-theme-doesnt-work-correctly/#post-7358649)
 * You are using php code in style.css?
 * Use php code like the one above in functions.php inside child theme folder.
 * Please read the docs first, everything is explained clearly here [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)

Viewing 1 replies (of 1 total)

The topic ‘Child theme doesn't work correctly’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Themonic](https://wordpress.org/support/users/themonic/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/child-theme-doesnt-work-correctly/#post-7358649)
 * Status: resolved