Hi All,
Is there a way to not display the dates when searching on the AJAX box? When you click in the AJAX box on the site which we have used for search products, it is displaying the dates which our client wants to take off.
Thanks
Aron
Hey aron8778!
Thank you for using our theme.
You have to modify enfold\functions-enfold.php line 211:
$excerpt = get_the_time($search_messages['time_format'], $post->ID);
I will add a filter hook and post it to Kriesi – maybe it will be in the next update:
$excerpt = apply_filters( 'avf_ajax_search_no_excerpt', get_the_time($search_messages['time_format'], $post->ID), $post );
Best regards,
Günter