• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Genesis Accessible

About the accessibility of the Genesis framework for WordPress

  • Blog
  • WordPress Repository

Acknowledgments

A big thanks to all the people who help me develop this plugin and theme, with discussions, advice, testing, validation and work.

  • Iacobien Riezebosch: WCAG 2.0 AA testing and validation, discussion and advice
  • Gary Jones: code contributions and discussion
  • Joe Dolson: ideas and examples
  • Bram Duvigneau and Graham Armfield: discussion, advice and finishing all my Belgium beer
  • Daan Dijkmeijer: logo design Leiden
  • Accessible Joe, for his Cities Project
  • The #wpgenesis Slack community: discussion, debugging and support
  • Remkus de Vries: discussion and advice
  • All the coders and tweeps that publish code and add to useful discussions. I love the WordPress community, so open and helpful.

Primary Sidebar

Genesis Accessible version 1.4 was released January 14, 2020. The notable … [Read More...] about Genesis Accessible 1.4 Release

Please Note:

Most accessibility improvements are now included into Genesis core.

You can activate them by adding to your theme’s functions.php:

// Adds support for accessibility.
add_theme_support(
   'genesis-accessibility', array(
      'drop-down-menu',
      'headings',
      'rems',
      'search-form',
      'skip-links',
   )
);

You can find more info about activating the accessibility settings in the post Genesis 2.2, accessibility changes and features.

Copyright © 2014–2023 · Genesis Sample on Genesis Framework