Skip to content

Instantly share code, notes, and snippets.

@rianrietveld
Last active August 29, 2015 14:25
Show Gist options
  • Save rianrietveld/0479179650a79dfb38d8 to your computer and use it in GitHub Desktop.
Save rianrietveld/0479179650a79dfb38d8 to your computer and use it in GitHub Desktop.
Add Accessibility theme support to Genesis
<?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