どのWordPressテーマでもこの機能を使用していることがわかりましたが、この場合の目的と目的はわかりません'themify'か?Themifyの例を次に示し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' ),
        ) );
    }そして、tempateファイルで:
3)。 <?php _e( 'Sorry, nothing found.', 'themify' ); ?>
などなど!私の疑問は何の'themify'略ですか?彼らの目的は何ですか?変更または削除できますか?場所は何'themify'ですか?
.mo/.po。(チップ、別の推奨事項があるかもしれないので、私はあなたの回答にリンクを追加していません:)