Skip to content

Instantly share code, notes, and snippets.

@cameronjonesweb
Created June 20, 2017 06:25
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 cameronjonesweb/1d993c8f25a28af32c0a5087f5eb0a33 to your computer and use it in GitHub Desktop.
Save cameronjonesweb/1d993c8f25a28af32c0a5087f5eb0a33 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php var_dump( have_posts() ); ?>
<?php wp_footer(); ?>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment