Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable result link (click action) › Reply To: Disable result link (click action)
January 14, 2025 at 5:59 pm
#52489
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.