เราอยากแก้ให้เป็นภาษาไทย ยกตัวอย่าง ใน theme ของ arras ในหน้า header.php มี code ดังนี้
<title><?php arras_document_title() ?></title>
ซึ่งเราต้องตามหาว่า function arras_document_title นั้นมันอยู่ที่ไหน
ก็ไปพบใน folder ของ library ในหน้า template.php มี code ดังนี้
function arras_document_title() {
แลัวก็ .... อะไรก็ว่าไป ... แล้วก็
elseif ( is_category() ) {
$content = __('Category Archives:', 'arras');
ก็แก้บริเวณนี้
เช่นแก้เป็น
elseif ( is_category() ) {
$content = __('เที่ยวทุกอำเภอ:', 'arras');
ประมาณนี้นะ
*** อย่าลืม text editor ต้อง save เป็น utf-8
ไม่มีความคิดเห็น:
แสดงความคิดเห็น