Hello, if you are a wordpress user like me,then you would have surely attempted to create a static wordpress page. if you are not successful in making it,then use my short tutorial to make it.i just created my static page successfully after many attempts. you can learn it from my blog at http://www.tldblogger.com/create-a-static-wordpress-page/ Reps appreciated....
I remember figuring out how to do this awhile ago. You really only need this part at the top of the php file require( dirname(__FILE__) . '/wp-load.php' ); PHP: and then you can just copy everything from the theme files.
I thought WP had a setting in the control panel that allowed you to create a static page. Is this not true?
yes. but its not for a real page. s,but that is for a wordpress page.this creates a .php page with the same header,footer and sidebar of your wordpress theme....