Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Last active December 22, 2015 05:58
Show Gist options
  • Save BeardedGinger/6427378 to your computer and use it in GitHub Desktop.
Save BeardedGinger/6427378 to your computer and use it in GitHub Desktop.
Add support for the mobile navigation available as part of the Exodus Framework
<?php
//* Add supoort for Mobile Navigation (default activation at 480px)
add_theme_support( 'mobile-nav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment