Plugin info

Total downloads: 301
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/23/2025 (342 days ago)
Added to WordPress: 1/8/2025 (0 years old)
Minimum WordPress version: 5.6
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.0

Maintenance & Compatibility

Maintenance score

Stale • Last updated 342 days ago

38/100

Is ATN Ajax Search abandoned?

Likely maintained (last update 342 days ago).

Compatibility

Requires WordPress: 5.6
Tested up to: 6.7.4
Requires PHP: 7.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The ATN AJAX Search is a custom WordPress plugin that provides an AJAX-powered search feature. It allows users to search for posts dynamically without refreshing the page. This plugin supports searching different post types, displays search results as users type, and shows relevant information such as titles, excerpts, and featured images.

Features

Our Ajax Search plugin provides the following benefits:

  1. Live Search: As users type, the plugin dynamically fetches and displays search results without reloading the page.

  2. Supports Multiple Post Types: Search can be tailored to different post types (e.g., product, post, page, etc.).

  3. Debounce for Performance: The search input is debounced to ensure it doesn’t trigger too many requests while typing.

  4. Customizable Display: You can customize the layout and appearance of the search results via CSS.

Short Description

ATN AJAX Search is a WordPress plugin that enables live, dynamic search results as users type. It supports multiple post types, offers a customizable display, and enhances site performance with debounce functionality.

License

This plugin is licensed under the GPL-2.0-or-later license.

Installation

  1. Upload the atn-ajax-search plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the [ajax_search_form] shortcode to display the search form on your site.

Frequently Asked Questions

How can I use the search form?

Once the plugin is activated, use the shortcode [ajax_search_form] to display the AJAX search bar. Optionally, you can specify the post type by using [ajax_search_form post_type="custom_post_type"].

Can I style the search form?

Yes, you can style the search form by targeting the CSS classes .ajaxsearchform and .ajaxsearchresult in your theme’s custom CSS.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • Initial release.

1.1.0

  • Fixed bug with AJAX search functionality.
  • Added new filter for post types.