Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active December 25, 2015 05:49
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 rickrduncan/6927367 to your computer and use it in GitHub Desktop.
Save rickrduncan/6927367 to your computer and use it in GitHub Desktop.
Step 2: Google CSE for WordPress/Genesis Framework
<?php
//* Do NOT include the opening php tag above
genesis_register_sidebar( array(
'id' => 'google-cse',
'name' => __( 'Google CSE Page', 'CHILD_THEME_NAME' ),
'description' => __( 'This is the widget area of the Google CSE Page Template.', 'CHILD_THEME_NAME' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment