Plugin Help you filter posts, products events by categories, tags date and much more. You can create custom filter by building custom query.
- Download the plugin files git repo.
- Log in to your WordPress admin dashboard and navigate to the "Plugins" section.
- Click on the "Add New" button to install a new plugin.
- Click on the "Upload Plugin" button and select the plugin files you downloaded earlier.
- Click on the "Install Now" button to begin the installation process.
- Once the installation is complete, click on the "Activate Plugin" button to enable the plugin on your WordPress website.
- Next, go to the Dasboard > WP Advance Filter, you should see the plugin is installed and activated.
- Now you can start configuring the plugin according to your needs.
To install the dependencies for this project, you will need to have Node.js and npm (Node Package Manager) installed on your machine.
- First, clone the repository or download the project files to your local machine.
- Navigate to the project directory in your terminal.
- Run the command npm install to install all the dependencies listed in the package.json file.
- Once the installation is complete, you can run the command
npm run start
to start the development server and see the project in your browser. 5. To build the production version of the project, run the command
npm run build.
- To run the test run the command
npm run test.
- To eject the project run the command
npm run eject
Note: You may need to configure your development environment for webpack if you have not used it before. Additionally, the version of the dependencies installed may vary based on the time.
the Plugin create a menu entry in Dashboard > WP Advance Filter
, visit this page to see the result.