i need permanlinks to show like this site http://www.bestdogfoods.org/raw-food-diet-for-dogs.html i dont want the url like this http://www.bestdogfoods.org/DogFood/raw-food-diet-for-dogs.html i want it like this http://www.bestdogfoods.org/raw-food-diet-for-dogs.html with no DogFood folder how is this done ?
In Permalinks, Click on the Custom Structure. And then type /%postname% It should work that way Prateek PDJSolution
Click on the Custom Structure. And then type /%postname%/.html You are done. you can visit my blog and i am also using premalink like you want. www.alltechnologynews.com
Wordpress.org guides, said, using /%postname%/ is not recommended due to performance issues (I use /%postname%/ ) most people use it. Here is a video how to change postname.html wordpress and even the pages, example, about.html.
5 replies and nobody has answered your question, hmm... Have a look at adding this to your .htaccess: RewriteRule ^category/(.+)$ http://www.YourSite.co.uk/$1 [R=301,L] Code (markup):
bablu is actually right. The only mistake he made is he added ending slash before .html. The correct way is without ending slash. Like this /%postname%.html Code (markup):
It should be changed in the premalink section of wordpress In custom structure : /%postname%/ I guess .html is not needed
/%postname%.html /%post_id%-%postname%.html /%postname%-%post_id%.html /%category%-%postname%.html /%post_id%.html these are other link templates.