Skip to content

Instantly share code, notes, and snippets.

@nickkuijpers
Created January 7, 2015 12:33
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 nickkuijpers/2c2e683de0baaae9091d to your computer and use it in GitHub Desktop.
Save nickkuijpers/2c2e683de0baaae9091d to your computer and use it in GitHub Desktop.
Wordpress: Post base
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment