Plugin Directory

Article Directory

  1. Copy the article-directory folder 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 (or another file) of your theme:

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

    @import 'categories.css';
    
  6. If it is necessary, you should customize some options in admin interface at the "Options -> Article Directory" page (default options are already optimum).

Attention: if you are using a plugin simultaneously with Article Directory WordPress Theme, miss 2-nd, 4-th and 5-th items of installation, because this code is already there by default.

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('article_directory')) article_directory(); ?>
    
  • Create a new page in the admin interface and select the created template.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(12 ratings)