Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indieweb/wordpress-uf2
add "Microformats 2" classes to your WordPress theme
https://github.com/indieweb/wordpress-uf2
hacktoberfest microformats microformats-2 microformats2 plugin wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
add "Microformats 2" classes to your WordPress theme
- Host: GitHub
- URL: https://github.com/indieweb/wordpress-uf2
- Owner: indieweb
- Created: 2013-06-21T08:23:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T11:14:05.000Z (about 3 years ago)
- Last Synced: 2024-10-29T19:02:56.393Z (2 months ago)
- Topics: hacktoberfest, microformats, microformats-2, microformats2, plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-uf2/
- Size: 86.9 KB
- Stars: 22
- Watchers: 10
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microformats 2 #
**Contributors:** pfefferle, dshanske, indieweb
**Tags:** microformats, indieweb
**Requires at least:** 4.7
**Tested up to:** 4.9.5
**Stable tag:** 1.2.0Enhances your WordPress theme with Microformats 2 classes.
## Description ##
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](http://microformats.org/wiki/microformats2) fully.
## Frequently Asked Questions ##
### What are Microformats 2? ###
Microformats are a simple way to markup structured information in HTML. WordPress incorporates some classic Microformats. Microformats 2 supersedes class microformats.
### What does this plugin actually do? ###
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.
### What can themes do to support this plugin or Microformats 2? ###
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.## Changelog ##
Project actively developed on Github at [indieweb/wordpress-uf2](https://github.com/indieweb/wordpress-uf2). Please file support issues there.
### 1.2.0 ###
* 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### 1.1.0 ###
* Better handling for unattached images (props @kraftbj)
* Fixed proper `current_theme_supports` handling### 1.0.1 ###
* WP.org version
### 1.0.0 ###
* Initial Stable Release