Skip to content

Instantly share code, notes, and snippets.

@jdelia
Created October 29, 2014 01:53
Show Gist options
  • Save jdelia/1e0ca11dbcc3eb2fdcb7 to your computer and use it in GitHub Desktop.
Save jdelia/1e0ca11dbcc3eb2fdcb7 to your computer and use it in GitHub Desktop.
// Add search widget below header.
add_action( 'genesis_after_header', 'wap_search_bar' );
function wap_search_bar() {
genesis_widget_area( 'search-bar', array(
'before'=> '<div class="search-bar"><div class="wrap">',
'after' => '</div></div>',
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment