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(__('← Older posts', 'nutrition')); ?> </span> <span class="nav-next"> <?php previous_posts_link(__('Newer posts →', '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
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. Thanks & Regards Pramod
Thank you very much. But actually your newest version of Colorway can support Japanese already!! Great!!