wordpress: Difference between revisions

From Microformats Wiki
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 ==
Become familiar with existing '''[[wordpress-support|WordPress support]]''' for microformats. Then:


=== Themes ===
===builtin===
Use a microformats-powered theme, such as:
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 a microformats-enabling plugin, such as:
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 [http://wordpress.org/extend/plugins/tags/microformats plugins tagged '''microformats'''] on the official WordPress plugin repository for a sampling.
See [[wordpress-plugins]] for more.
 
==== TinyMCE plugins ====
If you use the TinyMCE plugin, consider also installing the following:
* '''[http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html TinyMCE hCard]''' - adds a [http://www.undergroundwebdesigns.com/assets/images/hcard_button.gif] icon in your tinyMCE toolbar that provides a form for creating an hCard contact.
* '''[http://www.undergroundwebdesigns.com/tinyMCE-hcalendar-plugin.html TinyMCE hCalendar]''' - adds a new [http://www.undergroundwebdesigns.com/assets/images/calendar_button.gif] icon in your tinyMCE toolbar that provides a form for creating an hCalendar event.
See also the [http://undergroundwebdesigns.com/blog/how-to-use-the-tinymce-hcalendar-and-hcard-plugins-with-modx instructions for installing these TinyMCE plugins in modx] ([http://twitter.com/alx4god17/statuses/856692032 tweeted]).


=== blog posts ===
=== blog posts ===
Line 26: Line 25:


== related ==
== related ==
* [[wordpress-support]]
* [[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.

themes

Use one of the numerous a microformats-powered wordpress-themes, such as:

See wordpress-themes for more.

Plugins

Use microformats-enabling wordpress-plugins, such as:

See wordpress-plugins for more.

blog posts

related