Creating child theme
-
Hello,
i am a bit confused with child theme method. im trying to load parent theme style using following code in my child themes function.php. this example i took from a blogadd_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( '<strong>parent-style</strong>', get_template_directory_uri().'/style.css' ); } now im confused with this ‘parent-style’. is this will be the folder name of my child theme?
thanks in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Creating child theme’ is closed to new replies.