Article Directory WordPress Plugin

As you know, WordPress is the universal platform, that may be used not only for blog creating, but also for other web-site types.

Once me and my friend have created WordPress build for the article directory, but this build have one essential shortcoming.

To deduce the list of categories on the main page I had to edit source files of WordPress engine. But it has deprived of possibility to use WordPress as the article directory at release of new versions, because changing of the source codes each time is not reasonable decision.

The idea of creation of universal and convenient instrument for realisation on WordPress the catalogue of articles did not leave me. As a result I have created a plugin Article Directory.

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. In addition, with the plugin implemented several changes in the administrative interface that using it was more rational and convenient for both authors and for the administrator.

Plugin features

Standard optional features for categories list:

  • Amount of articles in parent and child categories.
  • Category description in link title.
  • Showing the empty categories.
  • Using hierarchy for subcategories.
  • Exclude selected categories.

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 <div> container to mark it out with CSS as a parent.
  • Support WordPress starting from version 2.3 and above.
  • Parent category is showing amount of articles in subcategories. The character also include the number of articles in this parent category.
  • Ability to display the specified amount of child categories (2nd level).
  • Ability to display categories on specified amount of columns.
  • Ability to hide all subcategories.
  • Ability to exclude the child categories articles from the parent categories archive pages.
  • Ability to add icons for parent categories using CSS.
  • Ability to get article source code.

Admin interface options:

  • Ability to show warning to author, if not selected any category or if selected more than one category.
  • Ability to hide unnecessary blocks from the “Write/Edit Post” page, if this is not the site administrator. It is “Comments & Pings”, “Excerpt”, “Password Protect” and other blocks. I.e. actually there is only a form of adding the article and the button to send it to moderation.
  • Ability to specify the height of the categories block on “Write/Edit Post” page.
  • Ability to put the “Terms of article publication” on “Write/Edit Post” page.

Installation

Installation of Article Directory plugin is a simple:

  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';

That’s all.

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.

Customization

There are two things, that you can customize:

  1. If it is necessary, you should customize a categories.css file under the site design.
  2. Customize options on “Settings → Article Directory” page.

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

  1. Create a new page template.
  2. Add the following code:

    <?php $rssfeeds=true; ?>
    <?php if (function_exists('article_directory')) article_directory(); ?>

  3. Create a new page in the admin interface and select the created template.

How to add icons for parent categories

It’s doing using CSS. You need to add the styles for icons in categories.css or in style.css file (both located in a folder of your theme).

Styles should be like this:

#cat-23 {background: url(i/icon.gif) 4px 3px no-repeat}

Here the digit 23 means, what this icon will be added in the 2nd column for the 3rd parent category from the top. Accordingly, it is necessary to create as many of such styles, how many you have parent categories, and specify the corresponding number for each icon.

i/icon.gif - this is the path to an icon file, beginning from a folder with your theme.

4px - icon shift value from the left of the parent category block.
3px - icon shift value from the top of the parent category block.

Download

Article Directory WordPress Plugin

Version: 0.9.8 | Total downloads: 7894 | Last updated: 2009-06-22

Donation

If you enjoy this plugin, you can thank me and leave a small donation.

Version history

Version 0.9.8 (06.22.09)

  • Added option “Forbid publication in parent categories?”.

Version 0.9.7 (03.07.09)

  • Improved block of article source code.

Version 0.9.6 (01.25.09)

  • Added new feature: ability to get source code of article.

Version 0.9.5 (01.04.09)

  • Now it’s possible to sort a list of categories by your choice. This will require the My Category Order plugin.
  • Plugin now works on WordPress 2.3 or higher (versions 2.1 and 2.2 are excluded).
  • Removed feature on redirects your on home page when clicking on the link “Exit” because this feature is built into WordPress 2.7.

Version 0.9.4 (11.29.08)

  • Changed the method of reading WordPress version. Therefore, the plugin now works correctly even if you use it simultaneously with third-party plugins replacing WordPress version.

Version 0.9.3 (10.05.08)

  • Fixed data base error: SELECT SUM(count) FROM wp_term_taxonomy WHERE taxonomy = ‘category’ AND parent =
  • Added French localization. Thanks to Le blogueur masqué.

Version 0.9.2 (08.19.08)

  • Changes related to hiding unnecessary blocks from the authors.

Version 0.9.1 (07.25.08)

  • Fixed the bug, when articles with the statuses “Draft” and “Pending Review” were available to view.

Version 0.9 (07.19.08)

  • If not all subcategories is displayed according to options, the symbol “…” will be added after the list of subcategories.
  • Ability to add icons for parent categories. To do this, read the instructions above in the article.
  • Removed restrictions of functions in the administrative interface created by plugin for users up to the editor level.
  • The error, when at entering on a comments page in administrative interface the message “Restricted area” was deduced to all users, regardless of status, is corrected.
  • The message about the necessity to update WordPress is hidden from the authors.
  • By pressing the “Logout” link the user is redirecting to the home page of the site.

Version 0.8.1 (06.28.08)

  • Now it is possible to insert the “Terms of article publication” before the article edit form on “Write/Edit Post” page (terms are not shown for the administrator).
  • Since not yet found a way to show for author on “Comments” page only his comments, access to this page is closed for him.
  • The footer of admin interface is hidden from author as not the necessary element.
  • In the top block of Dashboard is hidden some site statistic info from the author. If you also want to delete all the widgets from the Dashboard, I recommend you to use Dashboard Widget Manager plugin.

Version 0.8 beta (06.13.08)

  • All the options transferred to the admin interface.
  • Possibility of translation of a plugin on other languages.
  • Functions of following plugins are integrated:

    Therefore, if you are using any of this plugins, they must be removed.

  • On “Manage Posts” page the author sees now only own articles.
  • On “Manage Comments” page the author does not see now such data, as e-mail and the IP-address of commentators.

Version 0.7 (05.22.08)

  • Added ability to display the specified amount of child categories (2nd level).

Version 0.6 (04.22.08)

  • Fixed incorrect counting the number of articles in parent categories in case they contain subchild categories.

Version 0.5 (04.11.08)

  • Added ability to output the additional list with links to categories RSS-feeds.
  • Made some changes in categories.css file for this page.

Version 0.4 (02.29.08)

  • Added ability to disable the output of subcategories.
  • Now it is possible of exception of selected categories/subcategories.

Version 0.3 (01.23.08)

  • Added ability to disable the “No categories” output messages, if the category does not contain subcategories.

Version 0.2 (01.19.08)

  • Added automatic sorting of parent categories.
  • There is a possibility to display the list of categories by columns.
  • Updated categories.css file.

Version 0.1 (01.07.08)

  • First release.

358 Responses

Pages: « 18 9 10 11 12 13 14 15 16 17 [18] Show All

  1. Dimox :

    I like the plugin. Is there a way to add a user registration to this? i would like users who want to write here be able to ask to register.

    Registration form is included in my Article Directory theme. You can take it from there.

    Is anybody good enough with this to make it work in a custom theme i have?

    I don’t give such a service.

    341.
  2. SleepDeprivedMom :

    Hi, Dimox: I downloaded your plugin today for my site. I’m stuck on step 2, what do you mean by “Copy the categories.css file in directory with your theme.” I added the plugin to my directory. However, what am I copying? By the way, your plugin looks awesome on your site! you are really talented. Thanks!

    342.
    @
  3. Dimox :

    @SleepDeprivedMom - article-directory folder contains the categories.css file. You need to copy it in your theme folder.

    343.
  4. morie :

    Hi, Dimox

    i think this is tplugin that i want, did your plugin include user to registrate so the visitor can sumbit their article. if i check yours there is only authorization link that only include username and password. how can my visitor registrate their self so they can submit article?

    thanks a lot Dimox

    344.
  5. morie :

    Dear Dimox,

    my website that using your theme is http://www.gudangnyaartikel.co.cc, and i found this site http://articlesupport.com/ that used your theme too, but the different is why my site do not show “register” link in the bottom of the authorization coloumn ? how can i do that?

    345.
  6. morie :

    dear Dimox,

    I can fix my problem now. and I can show the register option in authorization. But my problem now is how you take image beside the blog title like yours?

    thanks

    346.
  7. Marvin :

    Can this plugin be used on a WPMU site? It may not be necessary but I figured I’d ask.

    347.
  8. Dimox :

    @Marvin, I don’t know, have not tested.

    348.
  9. Ridewithjoe :

    I installed your plug-in. It seems like just what I need, however, as soon as it installed my admin page went blank. I had to go into the database and manually deactivate the plug in in the table. It is a repeatable issue. I am running wp v2.7.1

    Where should I report this?

    349.
  10. Keith Stieneke :

    Dimox

    I am experiencing problems with the installation to get the site to work properly. People can publish their articles but when the links are clicked on the article doesn’t appear. What am I doing wrong? Also, how to I set up category RSS.

    Is this a theme question or a plug-in question. Thanks in advance.

    Keith

    350.
    @
  11. Dimox :

    What am I doing wrong?

    You might not have configured the access rights of authors.

    Also, how to I set up category RSS.

    It is not necessary to setup. By default link is like this: site.com/category/category-name/rss/

    351.
  12. Tim :

    hi,

    how can i get the categories listing installed ? i mean instead of adding category or subcategory one by one….

    Thanks
    Tim

    352.
    @
  13. Dimox :

    @Tim - only by adding one by one.

    353.
  14. Tim :

    dimox: ok thanks for your help and what a great wp plugin !

    354.
    @
  15. Lourens :

    I’ve been meaning to post this a long time ago and never got around doing so.

    There are a plug in that you could use to add categories in bulk very fast to your directory.

    If you install;

    Post Corrector
    http://www.lordtime.com/blog/2008/03/25/post-corrector-plugin/

    Allows to enable automatic category guessing. If you have many categories or you are posting remotely - greatly eases category assignments;

    Allows Bulk Categories Creation - just enter Categories in Text Area and all of them will be created in a bulk.

    Automatic Keyword Linking - Ideal for PPC programs - enter keywords you’d like to hyperlink in all posts and thats all.

    Append and prepend certain html codes to single posts - no need to alter themes if you just want to add some Adsense codes.

    Add it in the text box like this;

    Arts & Entertainment
    Arts & Entertainment/Arts
    Arts & Entertainment/Games
    Business
    Business/Advertising
    Business/Article Marketing
    you would use the / to indicate the sub categories.

    I have created over 400 categories in less than one second with this plug in installed on my site http://www.rambaza.co.za - you will however still have to create the category list yourself.

    Just look at the available plug ins available for WordPress and you will find out the unbelievable things you can do with WordPress and your article directory plug in and theme!

    This is truly a great creation by Dimox

    355.
    @
  16. Tim :

    Lourens,

    thank you so much for the tip, it is still lightning faster than creating one by one :)

    do you know how to import all the articles from articlesbase or other free articles directory, and how to import a list of “virtual” authors ?

    and do you know where can i add the free articles website to a articles directory, so that articles can be added automatically (from clients that use article submitter software…) ?

    Regards
    Tim

    356.
    @
  17. Lourens :

    Tim,

    I do not know of any script available to do the importing of authors and articles. I wrote a script like this a few year back for the purpose of publishing articles from one site to all my other sites. Unfortunately this script seems to be lost at this point.

    The good news is that there are three free article publishing sites that I know about and you could receive in excess of one hundred articles a day if you make use of these services;

    1) Unique Article Wizard

    The one that require the lest effort as it is a WordPress Plug-in so you can just download and install it - change the settings and wait for the articles to arrive!
    http://www.uniquearticlewizard.com/plugins/wordpress/uaw_wordpress_3_0_6.zip

    2) ArticleUnited

    This require some effort on you part as the receiving script is provided by the site. It is easy to setup and the sign up is also quite easy.
    http://www.articleunited.com/publisher.php

    3) iSnare

    You will have to create your own script to receive the articles or you could adapt the above mentioned script to receive the articles.
    http://www.isnare.com/publisher/

    357.
    @
  18. Tim :

    Lourens,

    thank you so much for the tips ! i googled much time around about a directory for articles directory websites, but didn’t find anything…

    did you try the wp uniquefier yet from goscript.net ? it rewrites all the contents to get them uniques… i am waiting for the promised resutts…

    i’ll test your tips and let you know ok.

    Regards
    Tim

    358.
    @

Pages: « 18 9 10 11 12 13 14 15 16 17 [18] Show All

Leave a Reply

Attention! Please be careful! Ask here only related to Article Directory Plugin questions. If your question is related to the Theme, please go here.