I Deleted the About page, because I'm making a store and now when I go to www.mydomain.info it takes me to the page and says "Sorry, but you are looking for something that isn't here." how would I make the domain url point to a difference page that I created ie. "Store Info" or something? One more question, whenever I create a new page for a difference topic in my store the url to the page is something like www.mydomain.info/?page_id=12 is there a way to make easier to read ie. www.mydomain.info/subtopic ?? Also, how would I change the sidebar widgets, for example, I don't want "Catagories" there and I want Pages to be called something else. thanks in advance.
Do you want to use a static front page for the blog? If so... Create a new Page not a post. Click Write Page and add your content and publish it. Create another page titled blog and add nothing to it and publish it. Go to Options, Reading. choose the page you want for the static front page and choose the blog page for the blog. More details here--> How To Use A Static Front Page With WordPress You need to change the permalink structure to do this: Options, Permalinks. You may also need to chmod the .htaccess file on your host to writable (666 or 777) to change the permalink structure. More here --> WordPress Custom Permalink Structure To change the names of the sidebar items you need to edit the themes files. Usually found in the sidebar.php file but depending on the theme it could be elsewhere. Go to Presentation, Theme Editor and look for the sidebar file on the right. Make sure to have a backup of the file you are attempting to edit so you can place the code back in if you are not familiar in here.. You will need to CHMOD (change file permissions to writable) the themes files to 666 or 777 to edit them from the WP dashboard or do the editing from your hosting account.