Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Last active December 10, 2015 04:29
Show Gist options
  • Save GaryJones/4381152 to your computer and use it in GitHub Desktop.
Save GaryJones/4381152 to your computer and use it in GitHub Desktop.
<?php
// Register widget area
genesis_register_sidebar( array(
'id' => 'sample',
'name' => __( 'Sample', 'your-child-theme-text-domain' ),
'description' => __( 'This is the sample widget area description.', 'your-child-theme-text-domain' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment