Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 142888

Translating child theme?

$
0
0

Replies: 0

Parent theme directory: blablator
Child theme directory: blablator-child
Network sites
Two different child and parent themes

.po and .mo are in child directories /languages

added to botch child functions:

// Load translation files from your child theme instead of the parent theme
function my_child_theme_locale() {
    load_child_theme_textdomain( 'blablator', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'my_child_theme_locale' );

Changed in sites, and in network language to Bosnian

.po and .mo are bs_BA

Not working!

Why?


Viewing all articles
Browse latest Browse all 142888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>