Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created August 11, 2011 16:38
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 simplethemes/1140120 to your computer and use it in GitHub Desktop.
Save simplethemes/1140120 to your computer and use it in GitHub Desktop.
functions that control the general layout containers
* st_header // Opening header tag and logo/header text
* st_header_extras* // Additional content may be added to the header
* st_navbar // Opening navigation element and WP3 menus
* st_before_content // Opening content wrapper
* st_after_content // Closing content wrapper
* st_before_sidebar // Opening sidebar wrapper
* st_after_sidebar // Closing sidebar wrapper
* st_before_footer // Opening footer wrapper
* st_footer // The footer (includes sidebar-footer.php)
* st_after_footer // The closing footer wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment