Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Last active October 30, 2015 02:19
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 reasonstousegenesis/0df9b6812bf5402a88d0 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/0df9b6812bf5402a88d0 to your computer and use it in GitHub Desktop.
Register a new layout option with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Register a new layout option with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/register-layout/
*/
genesis_register_layout( 'sidebar-sidebar-sidebar', array(
'label' => 'Primary Sidebar, Secondary Sidebar, Tertiary Sidebar',
'img' => 'http://yoursite.com/wp-content/themes/yourchildtheme/images/layouts/sss.gif'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment