Skip to content

Instantly share code, notes, and snippets.

@oalansari82
Last active September 5, 2016 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oalansari82/32e0cc008c05e5648ea317825f3a6d44 to your computer and use it in GitHub Desktop.
Save oalansari82/32e0cc008c05e5648ea317825f3a6d44 to your computer and use it in GitHub Desktop.
Language support in Genesis child themes
<?php
//* Do not include the opening php tag
// The below code will go into your functions.php right before "//* Start the engine"
// once done you need to upload your language files to child theme's /languages folder.
//Child Theme Language override
define('GENESIS_LANGUAGES_DIR', STYLESHEETPATH.'/languages');
define('GENESIS_LANGUAGES_URL', STYLESHEETPATH.'/languages');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment