…log which have at least one matching token with the search query. For example, a search for ‘john’ will match previous searches for ‘john blackbourn’ and ‘john smith’ as they both match ‘john’. A search for ‘john blackbourn’ will match a previous search for ‘john smith’ as at least one……order to use the related searches, you must have search logging enabled and a good log of past searches. Then add the following code to your search results template in a suitable place: function_exists( ‘relevanssi_related’ ) && relevanssi_related( get_search_query(), ‘<h3>Related Searches:</h3><ul><li>’, ‘</li><li>’, ‘</li></ul>’, 5 ); The first parameter is the……you can include a ‘related searches’ list similar to Google’s related searches at the bottom of results. Functionally it works great, but in practice none of the sites I use it on have a high enough volume of searches to return useful suggestions. The function returns queries from the search…