Get WPFTS Pro today with 25% discount!

[Solved] How to fix "Home > Results for ..." issue for Divi


  • Since Divi represents breadcrumbs as a part of the post/page content, you can see a strange "Home >> Results for <search term>" text in the each item on the search results page.
    It's annoying. However this is the simple dirty fix for this problem.

    add_filter('wpfts_index_post', function($index, $post)
    {
    	global $wp_query;
    	
    	// Cut breadcrumbs out of the post_content
    	if (is_string($index['post_content']) && (strlen($index['post_content']) > 0)) {
    		if (isset($wp_query->query_vars['s'])) {
    			$subs = '~Home\s+»\s+Results\s+for\s+'.preg_quote($wp_query->query_vars['s']).'~';
    			$index['post_content'] = preg_replace($subs, '', $index['post_content']);
    		}
    	}
    	
    	return $index;
    }, 50, 2);
    

    Simple add this code to the functions.php of your Divi-child theme and this will remove prepend text from search results.

Suggested Topics

  • No PDF results

    Bugs and Fixes
    2
    0 Votes
    2 Posts
    18 Views
    EpsilonAdminE

    Hi @ultraman

    Thank you for your message.

    Since you can see results in the Sandbox, the index is fine. No need to rebuild it again. The problem is on the "display results" side.

    With your configuration, the first idea I think is to install the pre-release WPFTS version that contains the latest fix of the Divi Addon for WPFTS. I've sent you the link in private messages.

    Please install it and tell me if it works fine or not.

    In case it still does not work, please tell me which version of Divi Theme you are using, the WPFTS plugin version, and also please explain your search behaviour. Simple try the request like this:

    https://yourdomain.com/?s=<search_phrase>

    And notice if it returns any result.

    Thank you!

  • 0 Votes
    2 Posts
    140 Views
    EpsilonAdminE

    Hi @Felipe-Farinho

    Você pode me dizer qual tema seu site está usando atualmente? Pode haver uma incompatibilidade de tema/WPFTS (e isso é fácil de corrigir).

    Além disso, para indexar arquivos do WPDM você precisa instalar um complemento simples
    https://wordpress.org/plugins/wpfts-add-on-for-wp-download-manager/ (não se preocupe se não for atualizado há algum tempo - iremos atualizá-lo em breve).

    Isso permitirá que o WPFTS veja os arquivos adicionados ao WPDM.

    Peço também que você compartilhe um link para o seu site - isso agilizará a busca por uma solução.

    Obrigado!

  • Inconsistency in search result

    Bugs and Fixes
    2
    0 Votes
    2 Posts
    667 Views
    EpsilonAdminE

    Hi, @Amine
    The WPFTS Pro version you are using is very outdated. Please consider upgrading to 2.46.x which is the latest. It has a completely new indexing and searching algorithm and it should solve your issue.

  • Number of search results

    Bugs and Fixes
    5
    0 Votes
    5 Posts
    1k Views
    W

    i feel stupid now...YES! It works...

  • "Prevent Direct Access" Plugin

    Bugs and Fixes
    8
    0 Votes
    8 Posts
    2k Views
    N

    Thank you so much. We'll try this, and I'll let you know the results.

Be the first to read the news!

We are always improving our products, adding new functions and fixes. Subscribe now to be the first to get the updates and stay informed about our sales! We are not spammy. Seriously.

Join Us Now!

We are a professional IT-team. Many of us have been working in a Web IT field for more than 10 years. Our advanced experience of software development has been employed in the creation of the WordPress FullText Search plugin. All solutions implemented into the plugin have been used for 5 or more years in over 60 different web-projects.

We are looking forward to your comments, requests and suggestions in relation to the current plugin and future updates.

ewm-logo-450

The forum powered by NodeBB | Contributors