how to create a static page with wordpress header and footer? I am not talking about static homepage just a static page using only wordpress header and footer.
Leave a Reply
You must be logged in to post a comment.
how to create a static page with wordpress header and footer? I am not talking about static homepage just a static page using only wordpress header and footer.
You must be logged in to post a comment.
Templates!
Create a blank .php file called whatever in your theme folder, put in the following at top:
Create a new page in the admin area, check your right for “Page Attributes”, in there you will find a “Template” dropdown, chose your own template here “My very own template!” it would be called in this situation.
Now that page will load the php code in the template file.
Check out if it helps :
http://wordpress.org/extend/plugins/header-footer/
http://codex.wordpress.org/Stepping_Into_Templates