Difference between revisions of "Wordpress Plugin Categories and Authors"
Jump to navigation
Jump to search
(added links to examples) |
|||
Line 48: | Line 48: | ||
# Go to "Settings" and "Category Authors Plugin Config" | # Go to "Settings" and "Category Authors Plugin Config" | ||
# Set the number of authors to be displayed on | # 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 |
Revision as of 16:26, 29 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[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: 2.8.4
- 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 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.
You can see the plugin in action on the KIM Technology Watch Report site:
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