Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Last active October 13, 2015 01:00
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 reasonstousegenesis/78d2a6cb1e331d5f79dd to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/78d2a6cb1e331d5f79dd to your computer and use it in GitHub Desktop.
Enhance your child theme's accessibility with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Enhance your child theme's accessibility with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-accessibility/
*/
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