/%category%/%postname%-%post_id%.html
yukada ki kodu aşağıdakiyle değiştir.
/%category%/%postname%.html
ayrıca aşağıda ki kodları .htaccess'e ekle. yada .htaccess diye dosya oluştur ftp ana dizinine at 777 yazma izni ver wp kendi ekler.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress