I know this shows the newb in me , i have a site i have been putting together using wordpress and was wondering how to change the way my subpages display name wise in browser. My site home page is http://www.monstersandmyths.com ok so i have alot of background pages done and when i click on one say "bigfoot" it shows in browser as " http://monstersandmyths.com/?page_id=2" and i would like to it show as "http://monstersandmyths.com/bigfoot" instead. Can i modify it this way ? and if so how ? any help would be appreciated.
Login to your Wordpress Click on "Settings" tab Click on "Permalinks" Change "Custom Setting" from option "Defalut" to "Custom Structure" type here %postname% then save change. visit your site again. You will get Amazing display URL When you edit/write new page you can edit the permalinks on bottom of your page title. -------------------------------- try other style for display URL /%category%/%postname% or /%category%/%postname%.html