Skip to main contentSkip to footer

This is a small maintenance fix, solving problems related to old and very new versions of PHP. If you are using a PHP version that’s newer than 5.4 and older than 7, this update is not necessary.

  • Relevanssi threw a fatal error with PHP 7.1 thanks to a wrong variable declaration.
  • The accidental PHP 5.4+ requirement has been removed.

Your account

Not logged in. Log in to see your license details.

Search

Popular Resources

Debugging with Query Monitor
Query Monitor is by far the best thing for a WordPress developer. It’s billed as the “Developer Tools panel for…
Popular searches

This is a very common request: “How do I show the most popular searches in a widget or on a page?” Relevanssi does not have such a feature built in, and the reason for that is twofold: First, on many sites, the most common searches are either spam or boring….…that. So, for these two reasons Relevanssi doesn’t ship with a “popular searches” widget. Creating one in itself would not be difficult. This code snippet, for example, creates a very simple popularsearches shortcode. The shortcode will display the five most common search terms. add_shortcode( ‘popularsearches’, function() { global $wpdb, $relevanssi_variables;…

Related Posts:

Comment Section:

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed