แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - variety103

หน้า: [1]
1
GO Variety / Re: ดึง post ใน Subdomain
« เมื่อ: 22/04/17 เวลา 18:36 น. »
 :D ต้องลอง ^___^

2
GO Variety / ดึง post ใน Subdomain
« เมื่อ: 21/04/17 เวลา 23:42 น. »
พอจะชี้ทางหน่อยได้ไม๊ครับว่าจะดึง โฟสใน Subdomain มาแสดงใน domain หลัก ต้องใช้ file ไหนบ้างครับ :-[

3
GO Variety / Re: วันที่ ไม่เป็นภาษาไทย
« เมื่อ: 15/04/17 เวลา 15:19 น. »
สำหรับคนที่เป็นเหมือนผม หรือ ไม่เป็น ก้ทำไวเพื่อคนไม่เข้าใจ  ;D

เข้าไปที่ไฟล์ wp-includes\class-wp-locale.php

หา
โค๊ด: [Select]
// The Months
$this->month['01'] = /* translators: month name */ __( 'January' );
$this->month['02'] = /* translators: month name */ __( 'February' );
$this->month['03'] = /* translators: month name */ __( 'March' );
$this->month['04'] = /* translators: month name */ __( 'April' );
$this->month['05'] = /* translators: month name */ __( 'May' );
$this->month['06'] = /* translators: month name */ __( 'June' );
$this->month['07'] = /* translators: month name */ __( 'July' );
$this->month['08'] = /* translators: month name */ __( 'August' );
$this->month['09'] = /* translators: month name */ __( 'September' );
$this->month['10'] = /* translators: month name */ __( 'October' );
$this->month['11'] = /* translators: month name */ __( 'November' );
$this->month['12'] = /* translators: month name */ __( 'December' );

แก้เป็น
โค๊ด: [Select]
// The Months
$this->month['01'] = /* translators: month name */ __( ' มกราคม' );
$this->month['02'] = /* translators: month name */ __( 'กุมภาพันธ์' );
$this->month['03'] = /* translators: month name */ __( 'มีนาคม' );
$this->month['04'] = /* translators: month name */ __( 'เมษายน' );
$this->month['05'] = /* translators: month name */ __( 'พฤษภาคม' );
$this->month['06'] = /* translators: month name */ __( 'มิถุนายน' );
$this->month['07'] = /* translators: month name */ __( 'กรกฎาคม' );
$this->month['08'] = /* translators: month name */ __( 'สิงหาคม' );
$this->month['09'] = /* translators: month name */ __( 'กันยายน' );
$this->month['10'] = /* translators: month name */ __( 'ตุลาคม' );
$this->month['11'] = /* translators: month name */ __( 'พฤศจิกายน' );
$this->month['12'] = /* translators: month name */ __( 'ธันวาคม' );

4
GO Variety / วันที่ ไม่เป็นภาษาไทย
« เมื่อ: 14/04/17 เวลา 14:27 น. »


ตามรูปครับ แสดงเวลาเป็น อังกฤษ พึ่งสังเกต เลยมาดูใน DEMO แสดงเป็นภาษาไทย

แก้ตรงไหนครับ

5
เพิ่ม fonts หรือเปลี่ยน fonts แค่ตรงบทความ อย่างไงครับ  :'(

6
GO Variety / Facebook-comment
« เมื่อ: 07/04/17 เวลา 18:13 น. »
อยากทราบว่า ต้องทำอย่างไงเวลาคนคอมเม้น facebook ในบทความแล้ว ให้มีการแจ้งเตือน  :)

7
GO Variety / ขอวิธีทำ Navigation เมนูหน่อยครับ
« เมื่อ: 06/04/17 เวลา 18:54 น. »
ขอวิธีทำ Navigation เมนูหน่อยครับ อยากให้เลือนตามครับ ต้องทำอย่างไง  ;)

หน้า: [1]