Plugin Directory

wpDirectory

A clean structured list of categories, which can be easily customized with CSS. Suitable for articles, links, business directory, etc.

  1. Copy the wpdirectory folder in WordPress plugins directory (/wp-content/plugins/).
  2. Copy the categories.css file in directory of your current THEME.
  3. Activate the plugin through admin interface.
  4. You can call the categories listing on any page throught this function:

        <?php wp_directory(); ?>
    

Add the following code in the index.php (or another file) of your THEME:

    <?php if (function_exists('wp_directory')) wp_directory(); ?>
  1. Add the following code in the style.css:

    @import 'categories.css';
    

Remember to add according permissions, so you can edit this file through the Theme Editor

  1. Options are optmized, however you can customize them in in admin interface at the "Options -> wpDirectory" page.

The plugin also lets you to display the list with the links to categories RSS feeds. To do this, you must:

  • Create a new page template.
  • Add the following code:

    <?php $rssfeeds=true; ?>
    <?php if (function_exists('wp_directory')) wp_directory(); ?>
    
  • Create a new page in the admin interface and select the created template.

Requires: 2.5 (previously not tested) or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-20
Downloads: 4,111

Average Rating

4 stars
(2 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1
100,1,1
100,1,1
0,1,0
0,1,0
0,1,0