How to add static/blank php page?
-
Hi, I’ll try to quickly explain what I need to do.
Essentially, I need to create a blank page with which to work: (free of all theme formatting) I will be coding in a background and several images that all together will make a specialty page within our website.Here’s what I’ve done so far:
I have created a blank template. I am now able to choose template: blank within the WP editor (for my theme), but when I add content (HTML/CSS) nothing shows up.The only way I’ve discovered to override this is to actually add the content into the template-blank.php file, then choose that “template” within the editor, and it will show my full page 🙂
I feel like this is “rigging” the system to get it to play how I need it to – seems that I should be able to create a blank page template and have it work as needed?
I also realize that I could possibly create a static php page and add it to the posts table in MySQL but frankly, that scares the mess out of me – I can’t seem to manage messing with the MySQL database just yet.
Any thoughts?
Thanks in advance!!!
The topic ‘How to add static/blank php page?’ is closed to new replies.