WordPress | tags

WordPress | โค้ดล้างแคช purge cache Cloudflare without Plugin WordPress

WordPress Cloudflare

purge cache Cloudflare without Plugin Wordpress วิธีล้างแคช cloudflare ง่ายๆ กดใช้งานได้จากตรง admin menubar ด้านของ Wordpress เพียงแค่เพิ่มโค้ดในไฟล์ function.php ของ theme ที่ใช้งานอยู่ อย่าลืมใส่ อีเมล์ + API(อยู่ในหน้า profile) + domain ที่ใช้งาน.. อ่านต่อ ( read more» )

WordPress | วิธีใช้ HTTPS (SSL) ฟรีของ Cloudflare ในเว็บ WordPress/ฯลฯ

Cloudflare WordPress

วิธีเซตใช้ https ให้กับโดเมนของเว็บเราโดยไม่ต้องเสียเงินซื้อ ssl ตามเว็บขายโฮส ด้วยระบบของ cloudflare และสามารถมีฟังก์ชันการแคชไฟล์ static เช่น js/css ช่วยให้เว็บเร็วขึ้นได้ ลดการโหลดหนักหน่วงของเว็บเซิฟเวอร์ได้บ้าง และบางคนบางเว็บต้องการบังไอพีที่แท.. อ่านต่อ ( read more» )

WordPress | redirect & delay WordPress FEED url to FeedBurner

WordPress

redirect & delay Wordpress FEED url to FeedBurner How to Modified RSS Feed URL in WordPress with fucntions.php /without .htaccess & plugin for nginx/apache server. วิธีทำให้ wordpress ใช้ url จาก feedburnner(เช่น feeds.feedburner.com/taxze) แทนจาก ur.. อ่านต่อ ( read more» )

WordPress | wp_head() Clean & Optimize & Secure WordPress

WordPress

enable classic editor / disable gutenberg in function.php without plugin wordpress //code from wp.org/plugins/enable-classic-editor/ and another if( !function_exists('classic_widgets')){ function classic_widgets(){ remove_theme_support( 'widgets-bloc.. อ่านต่อ ( read more» )

WordPress | สร้างหน้าเว็บ Intro ทำให้ index.html ใช้ร่วมกับ WordPress

PHP WordPress

วิธีทำหน้า intro แบบไฟล์ index.html กับ wordpress แยกออกมาโดยไม่ใช้ wp-content/themes/name/home.php หรือ front-page.php เพื่อในวาระพิเศษวันสำคัญต่างๆ โดยไม่ให้หน้าเว็บแบบพิเศษนี้มันทำงานซ้ำซ้อนกัน จากปกติที่ เข้าหน้าเว็บแบบ domain.com/ มันจะเรียกไฟล์.. อ่านต่อ ( read more» )