Last active
August 29, 2015 14:25
-
-
Save rianrietveld/0479179650a79dfb38d8 to your computer and use it in GitHub Desktop.
Add Accessibility theme support to Genesis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Do NOT include the opening php tag shown above. Copy the code shown below. | |
//* Add Accessibility support | |
add_theme_support( 'genesis-accessibility', array( 'headings', 'drop-down-menu', 'search-form', 'skip-links', 'rems' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment