hooking the Ajax Search

Posted in: Newspaper
Post count: 2

Where do I tap into the ajax website search function? I found it in \wp-content\themes\Newspaper\includes\wp_booster\td_data_source.php with Newspaper 9.7.2, but now that we just upgraded to the latest version, it’s somewhere completely different and I haven’t been able to locate.

Incidentally, \plugins\td-cloud-library\shortcodes\header\tdb_header_search.php almost looks like it could be but it isn’t (I’d found this on 9.7.2 as well).

What I’m trying to do is override the built in search with a plugin…
relevanssi_do_query( $query );

Thanks!
John

Post count: 35449

Hi,

The standard search file is on this path -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php

If you are using the element from tagDiv Composer, the file path is -> wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_search.php

Hope this will help you!
Thank you!

Post count: 2

That did it. Looks like I missed downloading some files after the update. Thanks for your help Calin!

John

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.