Skip to content

Instantly share code, notes, and snippets.

@tannerm
Created April 7, 2014 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tannerm/10015374 to your computer and use it in GitHub Desktop.
Save tannerm/10015374 to your computer and use it in GitHub Desktop.
Protected content template
<?php
/** template for protected content when password is not found */
get_header(); ?>
<div class="main-content" id="content" role="main">
<h1 class="top-heading"></h1>
<div class="intro"></div>
<?php the_content(); ?>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment