Created
November 9, 2017 17:40
-
-
Save Sstobo/9f434bb28252070ec5c1a9812987a508 to your computer and use it in GitHub Desktop.
[wordpress get_x] #setup #wp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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