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

Reply To: Filter post titles in live search results

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

#41066
thebizpixiethebizpixie
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?