Reply To: Image preview not working for "Featured Image From URL"

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Image preview not working for "Featured Image From URL" Reply To: Image preview not working for "Featured Image From URL"

#16050
Ernest Marcinko
Ernest Marcinko
Keymaster

For that, you will need this custom solution from the knowledge base: Displaying the category titles (or taxonomy term titles) in the result title or content

In your case, the code in the tutorial needs to be adjusted so that the $taxonomy variable is set to ‘product_cat’ and the $field is set to ‘content’:


$taxonomy = 'product_cat';
$field = 'content';

I hope this helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)