Hello,
I was having trouble getting the post highlighting to work in excerpts as well, also it wouldn’t alter the excerpts even though I was using the_excerpt() and had the correct settings in the admin area – I found it can be made to work by removing a custom query, I had the following:
<?php
$args = array(
'post_type'=> 'vacancies',
's' => $s);
query_posts($args); ?>
Hopefully that may help someone else or maybe there can be a fix for such a query?
Kind regards
Jon