webdevsuperfast / bootstrap-for-genesis

An awesome Genesis Framework child theme using Bootstrap 4
58 stars 26 forks source link

Wrong theme name for load_child_theme_textdomain #13

Closed felix-berlin closed 6 years ago

felix-berlin commented 6 years ago

You have to put the parent theme name in to load_child_theme_textdomain. Like this:

// Load Child theme text domain load_child_theme_textdomain('genesis', get_stylesheet_directory() . '/languages');

Otherwise it wont work.

webdevsuperfast commented 6 years ago

@felix-berlin the implementation is correct based on https://codex.wordpress.org/Child_Themes#Internationalization. You don't need to put the parent theme name.