Title: wpDirectory
Author: obus3000
Published: <strong>20. децембар 2009.</strong>
Last modified: 20. децембар 2009.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/wpdirectory.svg)

# wpDirectory

 [obus3000](https://profiles.wordpress.org/obus3000/)

[Преузимање](https://downloads.wordpress.org/plugin/wpdirectory.1.0.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/wpdirectory/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/wpdirectory/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/wpdirectory/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/wpdirectory/#developers)

 [Подршка](https://wordpress.org/support/plugin/wpdirectory/)

## Опис

wpDirectory can show a structured list of categories on a page (home or any), easily
customizable via CSS and localized compatible. This plugin can also modify the admin
interface for posting articles or listings in the directory, for both contributors
and admins in order to gain efficiency when posting entries.

Features:

 * Category description in link title.
 * Show/Hide Subcategories
 * Show/Hide Amount of articles in parent and child categories.
 * Show/Hide empty categories.
 * Display categories on specified amount of colums with automatic reordering adjusting
   to user\’s resolution.
 * Use hierarchy for subcategories.
 * Exclude selected categories.

Special features:

 * `div` powered listing, so design can be easily modified using CSS,a s you need.
   The parent category is inserted in a `<div>` 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.
 * Display the specified amount of child categories (2nd level).
 * Exclude child categories articles from the parent categories archive pages.
 * You can add icons for parent categories using CSS.
 * User can access to article’s source code.

Future Features:

 * Ability to show all subcategories in listing powered by ajax.
 * Show domain stats and relevant information about domain (for link directory)
 * Integration with TDO miniforms

Admin interface options:

 * Can prevent the listing have more than one category
 * Show warning to author, if not selected any category or if selected more than
   one category.
 * 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.
 * Specific height of categories block on „Write/Edit Post“ page.
 * Custom „Terms of item publication“ on „Write/Edit Post“ page.

### Version history

Version history and list of changes you can see [here](http://arielbustillos.com/wpdirectory-wordpress-plugin/#version-history).

## Постављање

 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:
 5.     ```
            <?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`:
 2.     ```
        @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](https://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates).
 * 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.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„wpDirectory“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ obus3000 ](https://profiles.wordpress.org/obus3000/)

[Преведите „wpDirectory“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/wpdirectory)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/wpdirectory/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/wpdirectory/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/wpdirectory/) преко [RSS-а](https://plugins.trac.wordpress.org/log/wpdirectory/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Version **1.0**
 *  Last updated **17 година раније**
 *  Active installations **10+**
 *  Tested up to **2.9.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wpdirectory/)
 * Tags
 * [articles](https://sr.wordpress.org/plugins/tags/articles/)[business](https://sr.wordpress.org/plugins/tags/business/)
   [categories](https://sr.wordpress.org/plugins/tags/categories/)[directory](https://sr.wordpress.org/plugins/tags/directory/)
   [list](https://sr.wordpress.org/plugins/tags/list/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/wpdirectory/advanced/)

## Оцене

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wpdirectory/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wpdirectory/reviews/)

## Сарадници

 *   [ obus3000 ](https://profiles.wordpress.org/obus3000/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/wpdirectory/)