Skip to content

Instantly share code, notes, and snippets.

@nickwanhere
Last active October 11, 2015 09:37
Show Gist options
  • Save nickwanhere/3838711 to your computer and use it in GitHub Desktop.
Save nickwanhere/3838711 to your computer and use it in GitHub Desktop.
Wordpress Template Text
/**
* Template Name: Showcase Template
* Description: A Page Template that showcases Sticky Posts, Asides, and Blog Posts
*
* The showcase template in Twenty Eleven consists of a featured posts section using sticky posts,
* another recent posts area (with the latest post shown in full and the rest as a list)
* and a left sidebar holding aside posts.
*
* We are creating two queries to fetch the proper posts and a custom widget for the sidebar.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment