Difference between revisions of "WordPress Child Themes"

No change in size ,  11:53, 25 January 2021
m
no edit summary
m
m
Line 34: Line 34:


add_action( 'wp_enqueue_scripts', 'childtheme_parent_styles');
add_action( 'wp_enqueue_scripts', 'childtheme_parent_styles');
</syntaxhighlight> Within the WordPress GUI, Themes, select / activate the new Child Theme
</syntaxhighlight>
Within the WordPress GUI, Themes, select / activate the new Child Theme


==Example==
==Example==