This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: No Results Being Returned For Custom Field Only Search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No Results Being Returned For Custom Field Only Search Reply To: No Results Being Returned For Custom Field Only Search

#3025
Ernest MarcinkoErnest Marcinko
Keymaster

No problem at all.

The tiny change is in wp-content/plugins/ajax-search-pro/includes/search_content.class.php on line 346. The old code was:

[php]
if ($use_timthumb == 0) {
[/php]

and I replaced it with the bypass:

[php]
if (1) {
[/php]

This will be overwritten by updates, however all you need to do is change this one line. The line number will probably change, but if you search for “if ($use_timthumb == 0) {“ in the file, you will find it, it only occures once.

If you can’t change it or something goes wrong, you can reply to this thread and I will do it for you.