Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter physixfan

    (@physixfan)

    $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.

    Thread Starter physixfan

    (@physixfan)

    Never mind. I tested this plugin in another site, and it seems the support for Chinese is not very good.

    Plugin Author Mikko Saari

    (@msaari)

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No result’ is closed to new replies.