Skip to content

Instantly share code, notes, and snippets.

@fosturgh
Created April 9, 2015 08:59
Show Gist options
  • Save fosturgh/941c5317eb4502f64924 to your computer and use it in GitHub Desktop.
Save fosturgh/941c5317eb4502f64924 to your computer and use it in GitHub Desktop.
<?php if(get_field('header_footer_theme', 'option') == 'stuck') : ?>
<!– Stick Menu –>
<?php elseif(get_field('header_footer_theme', 'option') == 'light') : ?>
<!– Light Menu –>
<?php elseif(get_field('header_footer_theme', 'option') == 'dark') : ?>
<!– Dark Menu –>
<?php elseif(get_field('header_footer_theme', 'option') == 'default') : ?>
<!– Default Menu –>
<?php else : ?>
<!– Do nothing –>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment