Skip to content

Instantly share code, notes, and snippets.

@sassinack
Created January 8, 2013 23:42
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 sassinack/4489148 to your computer and use it in GitHub Desktop.
Save sassinack/4489148 to your computer and use it in GitHub Desktop.
PHP: Genesis: Register Genesis Sidebar
genesis_register_sidebar(array(
'name'=>'Home Featured Text',
'description' => 'This is centered below the slider, place your favorite testimonial or mission statement here.',
'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>',
'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment