I have a wordpress blog hosted on my own domain I want to know how to change the url of each post from mydomain.com/pg=6 to the title of the page e.g. mydomain.com/dropping-domain-names
Change permalinks http://YOURdomain.com/wp-admin/options-permalink.php Custom Structure : /%postname%/ then add the lines it shows to .htaccess
in the settings, to to permalink and then select custom (before that select 2nd option ) and then keep only %postname%
1. Login to Wordpress Blog 2. Click on "Options" Tab 3. Then click "Permalink" Option You will Get Customize Permalink Structure Page Select Option: Custom, specify below Give Custom Structure as... /%postname%.html or /%category%/%postname%.html [If you would like to include category into the url]
Do as stated but it is smart to first install the Platinum SEO Pack plugin first because it will redirect the old URLs to the new URLs automatically when you change your permalinks. If you are already using the All in One SEO pack, the new plugin will save all settings from there.