how do I get my posts to go from this http://www.xxxxxx.fm/blog/?cat=4 to http://www.xxxxx.fm/blog/how-to-get-the-page-title-here any help would be appreciated thanks
Go to Wordpress Dashboard, then look at your left panel, then Settings, then Permalinks, then Custom Permalinks : %postname%
Hi, To achieve that you have to make changes to your Wordpress Permalink Settings. Step-by-step instructions. 1. Go to 'Permalink Settings' page (Dashboard >> Settings >> Permalinks). 2. Under common settings section, choose Custom Structure option and enter /%postname%/ 3. Save changes Hope these steps help! Thanks and regards, Alvin
For the above to work you also need to make sure that you have an .htaccess file in the root of your wordpress installation and that it is writeable.