Difference between revisions of "Wordpress Plugin Categories and Authors"
(→Description: added paginator) |
(→Download: Link geändert) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
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.<br/> | 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.<br/> | ||
Please note that this is a temporary page which will later be moved to an appropriate place. | Please note that this is a temporary page which will later be moved to an appropriate place. | ||
== Categories & Authors Plugin == | == Categories & Authors Plugin == | ||
*Contributors: Andreas Gros | |||
*Contributors: [[User:Andi|Andreas Gros]] | |||
*Link: http://colab.mpdl.mpg.de/mediawiki/User:Andi/Wordpress_Plugin_Categories_and_Authors | *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 | ||
*Tested up to: 2. | *Tested up to: 3.2.1 | ||
*Stable tag: trunk | *Stable tag: trunk | ||
This plugins enables the display of authors with corresponding categories and vice versa. | This plugins enables the display of authors with corresponding categories and vice versa. | ||
== Description == | == Description == | ||
This plugin allows for the display of all | This plugin allows for the display of all contributing 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. | ||
You can see the plugin in action on the KIM Technology Watch Report site: | You can see the plugin in action on the KIM Technology Watch Report site: | ||
Line 20: | Line 22: | ||
*http://metadaten-twr.org/categories/ | *http://metadaten-twr.org/categories/ | ||
If the total number of items exceeds the given limit of <code>number of items per page</code> a paginator is shown. The parameter <code>number of items per page</code> can be adjusted on the admin page of the plugin (see [[ | If the total number of items exceeds the given limit of <code>number of items per page</code> a paginator is shown. The parameter <code>number of items per page</code> can be adjusted on the admin page of the plugin (see [[Wordpress_Plugin_Categories_and_Authors#Configuration]]). | ||
== Usage == | == Usage == | ||
Line 34: | Line 36: | ||
==Download== | ==Download== | ||
check out the latest version<br/> | check out the latest version<br/> | ||
:<code>svn checkout https:// | :<code>svn checkout https://devtools.mpdl.mpg.de/repos/wpmu/plugins/categories_authors </code> | ||
== Installation == | == Installation == | ||
# Copy the <code>categories_authors</code> directory into the <code>/wp-content/plugins/</code> directory | # Copy the <code>categories_authors</code> directory into the <code>/wp-content/plugins/</code> directory | ||
# Activate the plugin through the 'Plugins' menu in WordPress | # Activate the plugin through the 'Plugins' menu in WordPress | ||
# Place <code>[categoryauthor-content sortkey="category"]</code> or <code>[categoryauthor-content sortkey="author"]</code> in your pages and use the site admin pages of the plugin to configure it for more advanced usage. | # Place <code>[categoryauthor-content sortkey="category"]</code> or <code>[categoryauthor-content sortkey="author"]</code> in your pages and use the site admin pages of the plugin to configure it for more advanced usage. | ||
==Configuration== | ==Configuration== | ||
Line 51: | Line 52: | ||
# Set the number of authors to be displayed on one page (if the total number of items exceeds this limit a paginator is shown) | # Set the number of authors to be displayed on one page (if the total number of items exceeds this limit a paginator is shown) | ||
# Fix whether or not you would like to show also the category "Uncategorized" and whether or not you would like to show "admin" contributions | # Fix whether or not you would like to show also the category "Uncategorized" and whether or not you would like to show "admin" contributions | ||
[[Category:Wordpress_Plugins]] |
Latest revision as of 11:54, 8 March 2012
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[edit]
- 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: 3.2.1
- Stable tag: trunk
This plugins enables the display of authors with corresponding categories and vice versa.
Description[edit]
This plugin allows for the display of all contributing 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.
You can see the plugin in action on the KIM Technology Watch Report site:
If the total number of items exceeds the given limit of number of items per page
a paginator is shown. The parameter number of items per page
can be adjusted on the admin page of the plugin (see Wordpress_Plugin_Categories_and_Authors#Configuration).
Usage[edit]
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"]
Download[edit]
check out the latest version
Installation[edit]
- Copy the
categories_authors
directory into the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
[categoryauthor-content sortkey="category"]
or[categoryauthor-content sortkey="author"]
in your pages and use the site admin pages of the plugin to configure it for more advanced usage.
Configuration[edit]
- Go to "Settings" and "Category Authors Plugin Config"
- Set the number of authors to be displayed on one page (if the total number of items exceeds this limit a paginator is shown)
- Fix whether or not you would like to show also the category "Uncategorized" and whether or not you would like to show "admin" contributions