🎨
Documentation - Ajax Search Lite
Get the PRO version!Download the Lite version for FreeDevelopment
  • Ajax Search Lite for WordPress documentation
  • Search Shortcode
    • Shortcode as a menu item
  • General Options
    • Sources and Basics
    • Search logic
      • Search logics explained
    • Triggers and redirection to results page
    • Results page live loader
    • Ordering
    • Autocomplete & Keyword Suggestions
  • Image Settings
  • Frontend search filters
  • Layout Options
    • Theme and Customization
    • Results layout and fields shown
    • Results box behavior
    • Keyword highlighter
  • Advanced Options
    • Title and Content fields
    • Advanced Title and Content fields
    • Keyword Exceptions
  • Compatibility Settings
    • Javascript Compatibility
Powered by GitBook
On this page
  • Regular shortcode
  • Shortcode for code/template files directly

Was this helpful?

Search Shortcode

The search shortcode

PreviousAjax Search Lite for WordPress documentationNextShortcode as a menu item

Last updated 3 years ago

Was this helpful?

The search shortcode can be used within post/page or any custom post type contents, as well as site headers, footers or any other template parts.

Regular shortcode

[wpdreams_ajaxsearchlite]

Shortcode for code/template files directly

The following shortcode is to be used in template/plugin files directly.

<?php echo do_shortcode('[wpdreams_ajaxsearchlite]'); ?>

Use this shortcode within posts/pages or any custom post type contents, , template editor blocks or in any widgets, which support shortcodes.

menu items
Search shortcode and the PHP version for themes