Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter post titles in live search results › Reply To: Filter post titles in live search results
January 23, 2023 at 11:40 pm
#41066
Participant
Thanks for confirming how it’s supposed to work. I’m definitely using the ‘the_title’ filter to modify the title:
if( !is_admin() ){
add_filter( 'the_title', 'nhs_skhc_modify_resource_title', 10, 2 );
}
and yet it’s not applying to the live search results titles.
Do you need me to share anything more with you to figure out why this is not working as expected?