Skip to content

Instantly share code, notes, and snippets.

View SusanRamsey's full-sized avatar

SusanRamsey

View GitHub Profile
@SusanRamsey
SusanRamsey / new-blog-template-one-category
Last active August 23, 2017 13:41
Add a New Template to display posts from one category
<?php
/**
* Template Name: Daily Template
* Description: Used as a page template to show page contents, followed by a loop
* through the "Daily" category
*/
@SusanRamsey
SusanRamsey / pretty-theme-front-page
Created August 25, 2017 00:33
Pretty Theme Front Page without widgets on subsequent pages...
<?php
/**
* This file adds the Home Page to the Pretty Theme.
*
* @author Lindsey Riel
* @package Pretty
*/
//* Force full-width-content layout setting
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );