Skip to content

Instantly share code, notes, and snippets.

View sheilab's full-sized avatar

Sheila Bergman sheilab

  • Bergman Media Services
  • Prairie Farm, WI
View GitHub Profile
@sheilab
sheilab / functioms.php
Last active April 11, 2017 20:23
Genesisis Workstation theme Functions.php file including UberMenu code on line 18
<?php
//* Start the engine
include_once( get_template_directory() . '/lib/init.php' );
//* Setup Theme
include_once( get_stylesheet_directory() . '/lib/theme-defaults.php' );
//* add WooCommerce Support by SMB
add_theme_support( 'genesis-connect-woocommerce' );