wordpress: Difference between revisions
Jump to navigation
Jump to search
m (added blog posts section with post from microformats blog re: publishing microformats in Wordpress) |
(incorporate and consolidate wordpress support info, create separate pages for themes and plugins because there are so many now!) |
||
Line 5: | Line 5: | ||
== Adding Microformats Support to WordPress == | == Adding Microformats Support to WordPress == | ||
=== | ===builtin=== | ||
Use a microformats-powered | Become familiar with existing WordPress support for microformats. | ||
* [http://wordpress.org WordPress] supports [[xfn|XFN]] blogrolls through a built-in user interface. (cf. [[xfn-implementations]]) | |||
** by [[implementors#Matt_Mullenweg|Matt Mullenweg]] and friends | |||
=== themes === | |||
Use one of the numerous a microformats-powered [[wordpress-themes]], such as: | |||
* '''[http://www.plaintxt.org/themes/sandbox/ Sandbox theme]''' and Sandbox-based themes include [[hatom|hAtom]], [[hcard|hCard]], and [[xoxo|XOXO]]. By [[implementors#Scott_Allan_Wallick|Scott Allan Wallick]]. | * '''[http://www.plaintxt.org/themes/sandbox/ Sandbox theme]''' and Sandbox-based themes include [[hatom|hAtom]], [[hcard|hCard]], and [[xoxo|XOXO]]. By [[implementors#Scott_Allan_Wallick|Scott Allan Wallick]]. | ||
See [[wordpress-themes]] for more. | |||
=== Plugins === | === Plugins === | ||
Use | Use microformats-enabling [[wordpress-plugins]], such as: | ||
* '''[http://www.plaintxt.org/experiments/blog-summary/ Blog Summary]''' to produce an hAtom-enabled list of recent entries via shortcode. By [[implementors#Scott_Allan_Wallick|Scott Allan Wallick]]. | * '''[http://www.plaintxt.org/experiments/blog-summary/ Blog Summary]''' to produce an hAtom-enabled list of recent entries via shortcode. By [[implementors#Scott_Allan_Wallick|Scott Allan Wallick]]. | ||
See [[wordpress-plugins]] for more. | |||
=== blog posts === | === blog posts === | ||
Line 26: | Line 25: | ||
== related == | == related == | ||
* [[wordpress- | * [[wordpress-themes]] | ||
* [[wordpress-plugins]] | |||
* [[cms]] | * [[cms]] | ||
* [[implementations]] | * [[implementations]] |
Revision as of 18:14, 15 August 2008
WordPress
One of several microformats implementations. WordPress is an open source blogging tool, that has been more broadly described as a "state-of-the-art publishing platform" and a content management system (cms).
Adding Microformats Support to WordPress
builtin
Become familiar with existing WordPress support for microformats.
- WordPress supports XFN blogrolls through a built-in user interface. (cf. xfn-implementations)
- by Matt Mullenweg and friends
themes
Use one of the numerous a microformats-powered wordpress-themes, such as:
- Sandbox theme and Sandbox-based themes include hAtom, hCard, and XOXO. By Scott Allan Wallick.
See wordpress-themes for more.
Plugins
Use microformats-enabling wordpress-plugins, such as:
- Blog Summary to produce an hAtom-enabled list of recent entries via shortcode. By Scott Allan Wallick.
See wordpress-plugins for more.