Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created June 3, 2016 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankschrijvers/8e65440c1792136805daf42ff900c704 to your computer and use it in GitHub Desktop.
Save frankschrijvers/8e65440c1792136805daf42ff900c704 to your computer and use it in GitHub Desktop.
Add Accessibility support
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add Accessibility support
add_theme_support( 'genesis-accessibility', array( '404-page', 'drop-down-menu', 'headings', 'rems', 'search-form', 'skip-links' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment