Banner for Pe Category Filter
This plugin allows you to exclude posts that belong to certain categories from your home page. Wordpress Tutorial
Noted That:
  • To install correctly this pe-category-filter.zip .
  • Fisrt Download the pe-category-filter.zip to your computer
  • Extract/Open pe-category-filter.zip to Your Computer.
  • Then, Find readme.txt file inside pe-category-filter.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 " pe-category-filter.zip " to Your Local Computer.

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

Login to Wordpress Pe Category Filter

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

Go to Plugin Install Pe Category Filter

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

Click Upload Button Pe Category Filter

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

Upload Plugin Pe Category Filter

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

Activate Pe Category Filter

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

Noted that: If you do not see " Pe Category Filter " 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 Pe Category Filter Configurations and Settings or How to work " Pe Category Filter " 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 " PE Category Filter " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is PE Category Filter
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload pe-category-filter directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to ‘Settings’ and choose which categories’ posts you want to exclude from the Home Page

If you manage your WordPress installation using composer, follow this instructions:

  1. Add the following in the requirements section of your composer.json file:

    "require": {
    "wpackagist-plugin/pe-category-filter":"^1.3"
    },

  2. Add the following to the repositories section of your composer.json file:

    "repositories" : [
    {
    "type":"composer",
    "url":"https://wpackagist.org"
    }
    ]

  3. Run composer install

A third installation method if you are using composer is to add the Github:

  1. Add the following in the requirements section of your composer.json file:

    "require": {
    "pavel_espinal/pe-category-filter":"^1.4.0"
    },

  2. Add the following to the repositories section of your composer.json file:

    "repositories" : [
    {
    "type":"git",
    "url":"https://github.com/jespinal/PE-Category-Filter.git"
    }
    ]

  3. Run composer install


Name