| |

Create a Temp/Splash Page in WordPress

Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don't hold it against me. One of the perils of having a 20+ year old website!

Often times I will be working on a WordPress theme that I want to live test, but I don’t want to reveal it to the world yet. The solution would be to throw up a temp page while you work. However, you may have noticed that throwing an index.html file in the WordPress directory or similar solutions break WordPress. Today I’ll tell you how to get around that.

This solution is pretty simple. First you create the temp page, which will probably have reduced mark-up, CSS in the header, and the whole 9 yards as far as temp or splash pages go. Take that and make it a page template in the WordPress theme you’re working on (do that with the comment /* Template Name: Splash */ at the top of the page). Now make sure to add the 2 tags that make your page a WordPress ready page. Somewhere in the head, add <?php wp_head(); ?>. Right before the </body> tag, add <?php wp_footer(); ?>. Save it!

From there, go into your WordPress admin panel and create a page using that template. Then create a regular page; that will be where your blog posts show up (Just a title, no content needed here). Once you save them, go to Settings->Reading and Under “Front page displays” choose the radio button, “A static page.”  Make the front page your temp page and the blog posts page the second page you created.

splash screen

Your WordPress domain will now point to your temp page. Just remember the URL for the blog posts page so you can get in to view  the rest of your site while testing!

Similar Posts

  • |

    Gloss WordPress Plugin

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!Today, I officially released my first public WordPress plugin, Gloss. Gloss is a dictionary/glossary management plugin I decided to build which…

  • |

    Not Everyone Needs a $10,000 Website (and that’s OK)

    Let’s set the stage. You want to take a trip to the Grand Canyon with your family of 4, but plane tickets cost $1000 each. Plus there’s the hotel for a week and food, not to mention other expenses. Instead, you decide to take a few extra days off work and drive there because it…

  • | |

    Now Powered by WP Engine!

    If you’re reading this, it means you’re now seeing my site being hosted by WP Engine! It’s a move I’ve been meaning to make for a while now (especially since meeting all of you fantastic people at WordCamp Phoenix) and this weekend seemed like a good time to do it. So why did I move…

  • | |

    How I Launched Creator Courses in One Week

    7 months ago I took my business full-time. Being a freelancer for most of my life, and even doing it full-time for a while after college, I thought I had a pretty good handle on how things would work. But as it turns out, the product space is a lot harder to work in than…

  • |

    My One Month Learning Plan

    I have a confession to make. Lately I’ve felt like my skills have been slipping, or at least stagnating. Part of it is because I’ve been so busy, but part of it is because of feeble excuses like, “I’ve been so busy.” This year I’ve resolved to do a whole bunch of things, including learn more….