Skip to main contentSkip to footer

Small maintenance update. Not really necessary to update, unless you’re using one of the fixed features.

  • Tags in breakdowns always showed 0, even though tags were indexed and searched correctly. That’s now fixed.
  • Checkboxes to set taxonomy term indexing now actually work.
  • Disabling shortcodes didn’t work. Now it does.

Your account

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

Search

Popular Resources

WP All Import
By default posts imported with WP All Import do not get indexed by Relevanssi. The importing process does not trigger…
Search is ignoring accents
In general, searches ignore accents, which is generally a good idea: for example in French, the difference between e and…
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:

Currently there are no related posts available.

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