Banner for Wpdirectory
A clean structured list of categories, which can be easily customized with CSS. Suitable for articles, links, business directory, etc. Wordpress Tutorial
Noted That:
  • To install correctly this wpdirectory.zip .
  • Fisrt Download the wpdirectory.zip to your computer
  • Extract/Open wpdirectory.zip to Your Computer.
  • Then, Find readme.txt file inside wpdirectory.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wpdirectory.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wpdirectory

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wpdirectory

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wpdirectory

Step-5 : Now, Browse " wpdirectory.zip " Downloaded plugin from your computer, Where you downloaded " wpdirectory.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wpdirectory

Step-6 : Now, Click on " Active Plugin "

Activate Wpdirectory

Step-7 : Then, See left Side Menu. " Wpdirectory " folder is added on left Side Menu. Now, Click on " Wpdirectory " folder.

Noted that: If you do not see " Wpdirectory " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wpdirectory Configurations and Settings or How to work " Wpdirectory " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " wpDirectory " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is wpDirectory
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  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:

    
     
    
    

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


 

  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:

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


Name