$ticker_query = new WP_Query( $args_ticker ); ?>
<ul id=”ticker”>
<?php if ($ticker_query->have_posts()) : while ($ticker_query->have_posts()) : $ticker_query->the_post(); ?>
- “>» <?php the_title(); ?>
The above code appears in header.php, I don’t know whether the WP_Query breaks this plugin. There’s no such words in search.php.
Never mind. I tested this plugin in another site, and it seems the support for Chinese is not very good.
Please post the code a Pastebin, it breaks in the forums. But yes, looks like that ticker query is likely the reason, since it is in the header, it’s run on search pages as well and it stops Relevanssi from working. Can you disable that query on the search results pages?