Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created November 9, 2017 17:40
Show Gist options
  • Save Sstobo/9f434bb28252070ec5c1a9812987a508 to your computer and use it in GitHub Desktop.
Save Sstobo/9f434bb28252070ec5c1a9812987a508 to your computer and use it in GitHub Desktop.
[wordpress get_x] #setup #wp
<?php get_header(); ?>
<div>
<?php
// The loop might go here...
?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment