=== Plugin Name === Contributors: arickmann Donate link: http://www.wp-fun.co.uk/fun-with-categories/ Tags: categories, archives Requires at least: 2.5 Tested up to: 2.7 Stable tag: 1.2 Allows blog posts to be displayed that are in two (both) specified categories. == Description == This plugin allows you to display posts that appear in *both* of the two specified categories. It will display these posts on a custom page in your template called categories.php (if you produce one) or your archive.php page, failing that it will fallback to index.php. Once installed you also have available two additional theme tags: `` This returns true or false to determine if the posts are being filtered by two categories. `` This is the dual category equivalent to single_cat_title() used on the archive page. By default this outputs both category names with �and� between them. There are two options: 1. Specify Which category: show the first (1) , second (2), or both (0) categories: `` 2. Specify what appears between them: If showing both categories choose the text to go between them (including spaces): `` An example of its use: The URL reads: http://www.mysite.com/index.php/categores/india/photographs/ The code reads: ` from ` The page displays: Photographs from India = Changing the dual category base = From WordPress 2.7 this plugin adds a new field to the permalink settings page to set the dual category base. So if you want to /country/india/photo/ enter country in the dual category base. == Installation == Unzip the plugin into your plugins directory as normal and activate. There are no plugin settings. If you want to produce a template page specifically for posts filtered by two categories you should call your template page categories.php. It will default to your archive.php file, and then to the index file if not found.