• Using Relevanssi to search the site, the theme shows the results correctly but it says “0 SEARCH RESULTS” in the title of the page.

    Thx for the theme anyway!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter iena69

    (@iena69)

    any news about this?

    Plugin conflicts are currently pretty low priority compared to some other things I need to fix, so no news on this – sorry.

    If anyone else knows whats up – I’ve never used the plugin myself – feel free to help out. Your best bet would probably be to ask the plugin author. The search result number code is in /inc/page-title.php on line ~19.

    Thread Starter iena69

    (@iena69)

    ok thx

    @iena69 Did you find a fix for this? I am suffering from the same problem.

    Thread Starter iena69

    (@iena69)

    No m8, i’ll have some time in the week-end. If i find something i’ll share it here.

    in search.php on line 13 u can try to
    replace
    <?php _e(‘For the term’,’hueman’); ?> “<span><?php echo get_search_query(); ?></span>”:
    <?php if ( !have_posts() ): ?>
    <?php _e(‘Please try again:’,’hueman’); ?>
    with
    <?php _e(‘All that we can find for the term’,’hueman’); ?> “<span><?php echo get_search_query(); ?></span>”:
    <?php if ( !have_posts() ): ?>
    <?php _e(‘-( Please try again.’,’hueman’); ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Serach Bug with Relevanssi’ is closed to new replies.