Skip to content

Instantly share code, notes, and snippets.

@holisticnetworking
Created September 24, 2015 19:07
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 holisticnetworking/fdb4d40af5d9a8e8c0ac to your computer and use it in GitHub Desktop.
Save holisticnetworking/fdb4d40af5d9a8e8c0ac to your computer and use it in GitHub Desktop.
Use Zurb Foundation to create horizontal menus.
register_sidebar( array(
'name' => __( 'Footer Widgets', 'reactive' ),
'id' => 'footer-widgets',
'description' => __( 'Large wells for the footer area', 'reactive' ),
'before_widget' => '<div id="%1$s" class="columns large-4 widget-container %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment