error is languages directory
-
Well designed free theme but in functions.php for load_theme_textdomain used elsewhere
if ( ! defined( ‘INTERFACE_LANGUAGES_DIR’ ) ) /** So we can define with a child theme */
define( ‘INTERFACE_LANGUAGES_DIR’, INTERFACE_LIBRARY_DIR . ‘/languages’ );
by default give…. /wp-content/themes/interface/inc/languages
BUT the /languages folder is /interface folder as usual…
INTERFACE_PARENT_DIR must be used instead INTERFACE_LIBRARY_DIR
Author of xili-language multilingual plugin
M.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘error is languages directory’ is closed to new replies.