Skip to content

Instantly share code, notes, and snippets.

@veirus
Created January 18, 2017 10:56
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 veirus/913ef068091928a5ae6c7f4ed171cc34 to your computer and use it in GitHub Desktop.
Save veirus/913ef068091928a5ae6c7f4ed171cc34 to your computer and use it in GitHub Desktop.
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; else : ?>
<p><?php _e( 'Sorry, no posts were found.' ); ?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment