Herhangi bir WordPress temasının bu işlevleri kullandığını buldum, ancak bunun ne olduğunu ve bu durumda ne olduğunu anlamıyorum 'themify'
? İşte Themify'daki bazı örnekler functions.php
:
1).
load_theme_textdomain( 'themify', TEMPLATEPATH.'/languages' );
2).
if (function_exists('register_nav_menus')) {
register_nav_menus( array(
'main-nav' => __( 'Main Navigation', 'themify' ),
'footer-nav' => __( 'Footer Navigation', 'themify' ),
) );
}
Ve geçici dosyada:
3). <?php _e( 'Sorry, nothing found.', 'themify' ); ?>
Ve daha fazlası! Benim şüphem ne anlama geliyor 'themify'
? Amaçları nedir? Değiştirebilir veya silebilir miyim? Yer ne 'themify'
için?
.mo/.po
. (Chip, başka bir