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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.