Skip to content

Instantly share code, notes, and snippets.

@jeremyjaymes
Last active August 29, 2015 14:07
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 jeremyjaymes/2cfe9924e4166e351a99 to your computer and use it in GitHub Desktop.
Save jeremyjaymes/2cfe9924e4166e351a99 to your computer and use it in GitHub Desktop.
Register New Genesis Sidebar
<?php
//* Don't include opening php tag, this will go in your functions.php
//* Register a new sidebar
genesis_register_sidebar( array(
'id' => 'custom-post-sidebar',
'name' => __( 'Custom Post - Sidebar', 'my-theme' ),
'description' => __( 'Widget area on all single custom post pages.', 'my-theme' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment