=== Article Directory === Contributors: Dimox Donate link: http://dimox.name/ Tags: categories, articles, directory, list Requires at least: 2.0.7 Tested up to: 2.5 Stable tag: 0.5 Displays the structured list of categories (like in article directory), which can be easily customized with CSS. == Description == The primary task of this plugin is deduce on the main page (or any another) the structured list of categories, which can be easily customized with CSS, how it's made now on Articlesss.com web-site. Special features: * Simple and handy design using CSS. The structure of categories is the multilevel list which can be altered easily with CSS, as you need. The parent category have the
container to mark it out with CSS as a parent. * Parent category is showing amount of articles in subcategories. The character also include the number of articles in this parent category. Standard optional features: * Amount of articles in parent and child categories. * Category description in link title. * Showing the empty categories. * Using hierarchy for subcategories. == Installation == 1. Copy the article-directory.php file in WordPress plugins directory (...\wp-content\plugins\). 2. Copy the categories.css file in directory with your theme. 3. Activate the plugin through admin interface. 4. Add the following code in the index.php of your theme: 5. Add the following code in the style.css: @import 'categories.css'; If it is necessary, you should customize some options at the top of article-directory.php file (default options are already optimum).