Difference between revisions of "Wordpress Plugin Categories and Authors"
Jump to navigation
Jump to search
(began a new page) |
(added usage instructions) |
||
Line 4: | Line 4: | ||
== Categories & Authors Plugin == | == Categories & Authors Plugin == | ||
*Contributors: Andreas Gros | *Contributors: Andreas Gros | ||
*Link: | *Link: http://colab.mpdl.mpg.de/mediawiki/User:Andi/Wordpress_Plugin_Categories_and_Authors | ||
*Tags: categories, authors | *Tags: categories, authors | ||
*Requires at least: 2.5 | *Requires at least: 2.5 | ||
Line 20: | Line 20: | ||
Put the following short code on a wordpress page: | Put the following short code on a wordpress page: | ||
<code>[categoryauthor-content sortkey="author"]</code> | * to display authors -> categories: | ||
*:<code>[categoryauthor-content sortkey="author"]</code> | |||
* to display categories -> authors: | |||
*:<code>[categoryauthor-content sortkey="category"]</code> |
Revision as of 12:01, 28 September 2009
The Wordpress Plugin for displaying all authors with the categories they published in and to display all categories and the authors that published in them.
Please note that this is a temporary page which will later be moved to an appropriate place.
Categories & Authors Plugin
- Contributors: Andreas Gros
- Link: http://colab.mpdl.mpg.de/mediawiki/User:Andi/Wordpress_Plugin_Categories_and_Authors
- Tags: categories, authors
- Requires at least: 2.5
- Tested up to: 2.8.4
- Stable tag: trunk
This plugins enables the display of authors with corresponding categories and vice versa.
Description
This plugin allows for the display of all contribution authors and the categories they published in. It can display this data also the other way around: all categories and the authors that published in them.
Usage
Put the following short code on a wordpress page:
- to display authors -> categories:
[categoryauthor-content sortkey="author"]
- to display categories -> authors:
[categoryauthor-content sortkey="category"]