Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Last active February 9, 2016 13:33
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 frankschrijvers/d75d4984aae8afda04cd to your computer and use it in GitHub Desktop.
Save frankschrijvers/d75d4984aae8afda04cd to your computer and use it in GitHub Desktop.
Register webshop sidebar
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Register webshop sidebar
genesis_register_sidebar( array(
'id' => 'woo_primary_sidebar',
'name' => __( 'Webshop Sidebar', 'themename' ),
'description' => __( 'This is the WooCommerce webshop sidebar', 'themename' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment