How can I show Japanese Charactors

Discussion in 'Nutrition WordPress Theme' started by nexnexy, Feb 15, 2015.

  1. nexnexy

    nexnexy Guest

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Location:
    Tokyo
    To whom it may concern,

    I see some of the template cannot display Japanese charactors. Now I am trying to translated the word "Category Archive" category.php into Japanese. But if I change it to Japanese, it does not show any characters.

    ---------------------------------------------------------------
    <?php
    /**
    * The template for displaying Category pages.
    *
    */
    ?>
    <?php get_header(); ?>
    <div class="page_content">
    <div class="grid_16 alpha">
    <div class="content_bar">
    <?php if (have_posts()) : ?>
    <h1 class="page_title"><?php printf(__('Category Archive: %s', 'nutrition'), '' . single_cat_title('', false) . ''); ?></h1>
    <?php
    $category_description = category_description();
    if (!empty($category_description))
    echo '' . $category_description . '';
    /* Run the loop for the category page to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-category.php and that will be used instead.
    */
    ?>
    <?php get_template_part('loop', 'category'); ?>
    <div class="clear"></div>
    <nav id="nav-single"> <span class="nav-previous">
    <?php next_posts_link(__('&larr; Older posts', 'nutrition')); ?>
    </span> <span class="nav-next">
    <?php previous_posts_link(__('Newer posts &rarr;', 'nutrition')); ?>
    </span> </nav>
    <?php endif; ?>
    </div>
    </div>
    <div class="grid_8 omega">
    <!--Start Sidebar-->
    <?php get_sidebar(); ?>
    <!--End Sidebar-->
    </div>
    </div>
    </div>
    <?php get_footer(); ?>

    You can see my client site:

    http://www.unotherapy.com/?cat=1
    It does not show the title of the post, too.


    Please help me...

    best regards,

    Naoko Yoshida
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Naoka Yoshida !


    You are working on correct file.
    But before this you have to make changes on one another file may be that is creating issue.
    Follow below image to edit that file.
    nutrition-cufon-remove-16-feb.png

    Thanks & Regards
    Pramod
     
  3. nexnexy

    nexnexy Guest

    Joined:
    Mar 28, 2013
    Messages:
    13
    Likes Received:
    0
    Location:
    Tokyo
    Thank you very much. But actually your newest version of Colorway can support Japanese already!! Great!!
     

Share This Page