Custom Setting
Custom Structure
ผมใส่
/%category%/%postname%.html (ผมอยากได้ .html สำหรับ post ด้วยครับ)
แต่ว่าเนื้อหาไม่มา มาแต่ url
ต้องทำยังงัยครับ
หน้าเว็บขึ้นอย่างนี้ครับ ที่มาแต่ url
404 | Page Not Found!
Sorry, but the page you were looking for is not here.
เวลาสร้างสร้าง Post ใหม่แล้วให้อยู่ใน sub category แล้วเวลาลิงค์ไป Post นั้นให้แสดง
http:// domain / Category base/category parent name/category name/postname.html
ต้องทำยังงัย ทำได้หรือไม่
.htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /webdesignplusseo/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /webdesignplusseo/index.php [L]
</IfModule>
# END WordPress