building the search excerpt from post excerpt
-
Hi,
I would like that the search exerpt will be built using the post excerpt – not the post content.
I found that replacing :
$content = apply_filters(‘relevanssi_pre_excerpt_content’, $post->post_content, $post, $query);
by
$content = apply_filters(‘relevanssi_pre_excerpt_content’, $post->post_excerpt, $post, $query);
in function relevanssi_do_excerpt($t_post, $query) does the job.
I just don’t know how to add this modification inside functions.php.
Thanks for help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘building the search excerpt from post excerpt’ is closed to new replies.