Created
June 16, 2011 17:13
-
-
Save epicdaze/1029717 to your computer and use it in GitHub Desktop.
#wordpress - load child theme language files #language #localization #L10n #childtheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /* To load language files from a subfolder in a theme child, add this in its functions.php file: */ --> | |
<?php | |
load_child_theme_textdomain('parentThemeFolderName', dirname(__FILE__).'/languageSubfolderNameInChildTheme'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment