Skip to content

Instantly share code, notes, and snippets.

@jeremyjaymes
Last active July 9, 2024 22:02
Show Gist options
  • 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