Skip to content
Bryan Willis edited this page Mar 14, 2016 · 3 revisions

Welcome to the genesis-bootstrap wiki!

Whats Included

/**

  • Example of using the Above Helper */

/* function do_genesis_wrap() { if (is_home() ) { bsg_wrap_all_container_fluid(); } } add_action('genesis_before', 'do_genesis_wrap'); */

Clone this wiki locally