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

Reply To: Disable result link (click action)

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Disable result link (click action) Reply To: Disable result link (click action)

#52489
Ernest MarcinkoErnest Marcinko
Keymaster

Okay, this seems to be very close.

The Bio link href is however missing, it should be something like this:

<a href="<?php echo get_permalink($r->id); ?>" <?php echo ($s_options['results_click_blank']) ? " target='_blank'" : ""; ?>>View Bio</a>

I can’t see any other issues there.