mattlawck of StudioPress
8/3/2018 - 4:03 PM

Genesis structural wraps.

Genesis structural wraps.

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Add support for structural wraps
add_theme_support( 'genesis-structural-wraps', array(
    'header',
    'menu-primary',
    'menu-secondary',
    'site-inner',
    'footer-widgets',
    'footer'
) );