2012-10-15 92 views
2

日誌分類我已經設置了永久鏈接到這個WordPress的刪除鏈接

> /%postname%/ 
然而

在url中,如果後期有一個類別,它仍然顯示在URL

是否有可能改變進行更改,使這個網址:

http://www.website.com.au/post-category/post-name/

這個

http://www.website.com.au/post-name/

htaccess的是這樣的

# BEGIN WordPress 
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase/
RewriteRule ^index\.php$ - [L] 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule . /index.php [L] 
</IfModule> 
+0

我認爲這應該工作。 你可以通過問題 –

回答