Contributors: pfefferle, dshanske, indieweb
Tags: microformats, indieweb
Requires at least: 4.7
Tested up to: 4.9.5
Stable tag: 1.2.0
Enhances your WordPress theme with Microformats 2 classes.
It is only a very basic implementation, because not every element is accessible through actions or filters. It is better to use a theme that supports Microformats 2 fully.
Microformats are a simple way to markup structured information in HTML. WordPress incorporates some classic Microformats. Microformats 2 supersedes class microformats.
For all themes that do not declare support for Microformats 2, this plugin attempts to add Microformats to areas that are accessible through filters and actions.
The classes in this theme can optionally be called by a theme. To avoid conflict with this plugin, themes should not have CSS style any classic Microformats or Microformats 2 classes. Most commonly, the classic Microformats class hentry.
Project actively developed on Github at indieweb/wordpress-uf2. Please file support issues there.
- Add Settings Page to turn off Author and Media Enhancements
- Fix Genesis hooks
- Deactivate comment enhancements if Semantic Linkbacks is enabled as it does the same sort of enhancements but better
- Better handling for unattached images (props @kraftbj)
- Fixed proper
current_theme_supports
handling
- WP.org version
- Initial Stable Release