เข้าไปที่ archive.php ของ theme นั้นๆ แล้วแก้บรรทัดที่มี หรือเกี่ยวข้องกับชื่อหัวข้อ
ตัวอย่าง theme ของ arras
ผมแก้จาก
<?php if ( is_category() ) : ?>
<h1 class="archive-title"><?php printf( __('%s ARCHIVE', 'arras'), single_cat_title('', false) ) ?></h1>
<?php elseif ( is_tag() ) : ?>
<h1 class="archive-title"><?php printf( __('%s ARCHIVE', 'arras'), single_tag_title('', false) ) ?></h1>
เป็น
<?php if ( is_category() ) : ?>
<h1 class="archive-title"><?php printf( __('%s แหล่งท่องเที่ยว', 'arras'), single_cat_title('', false) ) ?></h1>
<?php elseif ( is_tag() ) : ?>
<h1 class="archive-title"><?php printf( __('%s ที่เที่ยวแนะนำ', 'arras'), single_tag_title('', false) ) ?></h1>
เป็นต้น
ลองดูนะครับ
** อย่าลืมว่า ตัว editor ต้อง save เป็น UTF8 ถ้าจะให้แสดงภาษาไทย
ไม่มีความคิดเห็น:
แสดงความคิดเห็น