wordpress: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(note re: installing TinyMCE plugins in modx)
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<h1>WordPress</h1>
{{DISPLAYTITLE:WordPress}}
{{TOC-right}}
 
One of several microformats [[implementations]].
One of several microformats [[implementations]].
WordPress is an [http://wordpress.org/ open source blogging tool], that has been more broadly described as a "state-of-the-art publishing platform" and a content management system ([[cms]]).
WordPress is an [http://wordpress.org/ 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 ==
== 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:
{{main|wordpress-plugins}}
Use microformats-enabling [[wordpress-plugins]], such as:
* '''[http://wordpress.org/extend/plugins/hreview-support-for-editor/ hReview Support for Editor]''' to easily publish hReview enabled reviews. By Andrew E Scott.
* '''[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 ====
=== blog posts ===
If you use the TinyMCE plugin, consider also installing the following:
* 2006-09-12 [http://microformats.org/blog/2006/09/12/publishing-microformats-in-wordpress/ microformats blog: Publishing Microformats in Wordpress]
* '''[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]).


== related ==
== related ==
* [[wordpress-support]]
* [[wordpress-themes]]
* [[cms]]
* [[wordpress-plugins]]
* [[cms]] ([[movable-type]])
* [[implementations]]
* [[implementations]]

Latest revision as of 16:35, 18 July 2020


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

Main article: wordpress-plugins

Use microformats-enabling wordpress-plugins, such as:

See wordpress-plugins for more.

blog posts

related