• Resolved jamaloos

    (@jamaloos)


    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: https://themonic.com/iconic-one-child/
    Author: Themonic
    Author URI: https://themonic.com
    Description: Iconic one Child Theme
    Version: 1.6
    Template: iconic-one
    License: GNU General Public License v2 or later
    License URI: https://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)
Viewing 1 replies (of 1 total)
  • The topic ‘Child theme doesn't work correctly’ is closed to new replies.