WP Manifestindependent plugin directory
manifest / content / extend-wp-search

Extend WP Search Interface

Simple stylish search powered with awm

by Giannopoulos Nikolaos · github.com/motivar/extend-wp-search · website

0stars
1.5kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/motivar/extend-wp-search/archive/refs/heads/main.zip

Also on Packagist as motivar/extend-wp-search:

composer require motivar/extend-wp-search

From the readme

Search Interface using Extend WP A simple UI interface to create a search engine for WordPress. Installation 1. Install the plugin: Follow the usual WordPress plugin installation process. 2. Create a search results page: - Create a new page where you want the search results to be displayed. - Add the custom block "Extend WP Search Interface". - Set "Show Results" to true in the block settings. 3. Configure the search interface: - Navigate to Extend WP Search Interface in the WordPress admin. - Here, you can adjust the following settings: - Element class/id to trigger search on click: Enter a valid query selector, like #main or .class, to trigger the search on click. - Search Results Page ID: Enter the page ID where the search results will be displayed. - Post Types to Search In: Select the post types you want to include in the search. - Years: If you want to limit the search by years, enter them here (comma-separated). - Default Featured Image: Set the image to be shown if no featured image is available. - Taxonomies to Filter: Select the taxonomies you'd like to use as filters. - Taxonomies to Exclude: Enter the IDs of the

Read the full README on GitHub →