Skip to main contentSkip to footer

Version 3.1.8 is a bug fix release, and well recommended if you use WPML, BBPress or category exclusions or restrictions.

  • Category restriction and exclusion and couple of other category-related settings didn’t work properly.
  • Support for Polylang broke the support for WPML. That is now fixed.
  • One deprecated $wpdb->escape() was still left; it’s gone now.
  • Shortcode layerslider was causing problems with Relevanssi; Relevanssi now disables it before building excerpts.
  • Relevanssi won’t break BBPress search anymore.
  • If Relevanssi Premium is installed, deleting Relevanssi will not remove the databases and the options.

Your account

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

Search

Popular Resources

Visual Composer: Indexing headings
Relevanssi doesn’t by default index the headings in Visual Composer. The vcex_heading shortcode Visual Composer for the headings stores the…
Indexing the post ID
Are post ID’s searchable in Relevanssi? No. Relevanssi does understand the WP_Query p parameter to restrict the search by post…
Polylang attachment searching

…you can either enable “Media translate” so that your media files have a language, or you can use this code in your theme functions.php to always include attachments in the results: add_filter( ‘relevanssi_where’, function( $query ) { global $wpdb; $query = str_replace( ‘AND relevanssi.doc’, ‘AND ( relevanssi.doc’, $query ); $query…If Polylang is in use and you haven’t enabled “Media translation“, your attachment files won’t have a language. That’s fine, except when Relevanssi searches fail to find your attachment because they’re looking for posts in a specific language. Suppose you want to include attachments in Polylang searches. In that case,…

Related Posts:

Currently there are no related posts available.

Comment Section:

1 Comment. Leave new

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