I have wordpress creating a page called home page and i was wondering if there was a way to get that page and show it on the main page of the theme. Some thing like get page by id? Any help would be appreciated.
You can do an .htaccess redirect to the page you want. Here's an example: redirect 301 /oldpage/ http://www.yourdomain.com/newpage/
If you want to make it as CMS, you could use this: http://forums.digitalpoint.*com/showpost.php?p=11248846&postcount=14 (please remove the *, since i have no privilages (yet) to give direct link in my posts ) Or, simply go here for simple tutorial on "how to change your wordpress homepage": http://codex.wordpress.*org/Making_Your_Blog_Appear_in_a_Non-Root_Folder
If you are looking for a Wordpress tutorial then you can see our recently published Wordpress SEO installation tutorial.