Platform guides
WordPress setup
Add SearchCue to WordPress
What this guide covers
This guide installs the SearchCue WordPress plugin, connects your site, and adds search.
If your site does not use WordPress, follow the general setup guide.
Before you start
You need access to the WordPress admin interface.
Install the plugin
- In WordPress admin, open Plugins → Add New Plugin.
- Search for SearchCue.
- Find SearchCue: AI Site Search & Answers in the results, then select Install Now.
- When the installation finishes, select Activate.
Connect to SearchCue
Configure the SearchCue connection:
- In WordPress admin, open SearchCue in the admin menu.
- Under Connect to SearchCue, enter your email address.
- Enable Automatic updates so that the plugin notifies SearchCue when site content changes. If you leave this setting off, changes wait for the next scheduled crawl.
- Select Sign up or in.
- Open the email from SearchCue, then select its sign-in link.
- On the page that opens, select Connect WordPress site. SearchCue connects the site and completes the setup.
The plugin adds the SearchCue embed script to public WordPress pages. It does not change your published content or theme files.
Activate the search interface
SearchCue works after the site is connected. By default, the plugin adds a floating search icon to the bottom right of the site. Visitors can select it to open search. You can also add other entry points.
Link to /search
Add a menu item that points to /search:
- In WordPress admin, open Appearance → Editor or Appearance → Menus, depending on your theme.
- Add a custom link.
- Set the URL to
/search. - Use a label such as
Search. - Save the menu or template.
Add a search input
If the theme already has a search field, SearchCue uses it when a visitor focuses it. You can also add this input:
<input type="search" placeholder="Search..." />
Test the setup
Open the site in a private browser window. Select the floating search icon, a /search link, or a search field. Confirm that the SearchCue interface opens.
Next steps
SearchCue crawls the site after it connects. From the SearchCue settings page, open Design, Analytics, or Documentation in the SearchCue dashboard.
Use Design to change colours, typography, spacing, and result layout. You do not need to change the WordPress plugin.
Troubleshooting
If search does not open on your site:
- Confirm that the plugin is active under Plugins → Installed Plugins.
- Clear the page cache and CDN cache, then reload the site.
- Check that the active theme calls
wp_head(). Most themes do.
Manually set the SearchCue site ID
The connection step enters the site ID automatically. If the connection did not finish, enter the site ID yourself:
- In the SearchCue dashboard, open your site and copy its site ID. It starts with
site_. - In WordPress admin, open the SearchCue settings and expand Advanced settings.
- Paste the site ID into the SearchCue Site ID field.
- Save.