Skip to main contentSkip to footer

Time for the free version to catch up with Premium. This version is highly recommended to all users of Relevanssi.

  • Choosing which taxonomies to index is now done with an easy-to-use checkbox list.
  • Support for WP Table Reloaded and TablePress. Tables created with these plugins will now be expanded and the content indexed by Relevanssi.
  • New filter: relevanssi_index_comments_exclude can be used to exclude comments from indexing. The filter gets the post ID as a parameter, so you can prevent comments of particular posts being indexed, yet index those posts.
  • Relevanssi now adds spaces between tags when creating excerpts to make neater excerpts from tables and other similar situations.
  • Relevanssi now indexes unattached attachments, if you choose to index attachments.
  • Fixed the problems with Twenty Ten and Twenty Eleven themes better.
  • $match->tag now contains the number of tag hits.
  • Relevanssi now adds relevance score to posts before passing them to relevanssi_hits_filter. You can find it in $post->relevance_score.
  • Tags in breakdowns always showed 0, even though tags were indexed and searched correctly. That’s now fixed.

Your account

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

Search

Popular Resources

EmbedPress autoembeds
EmbedPress has an auto-embed feature that tries to embed all URLs found in posts. This can cause problems with Relevanssi:…
Indexing product codes with and without spaces

A Relevanssi Premium customer had a problem with product codes. The codes are in the format “ABC 100”, a group of letters and digits with a space in between. Users may search for the codes without the space, so the post should be found with “ABC 100” or “ABC100”. The……product can be found with either “ABC 123” or “ABC123” search * terms. This is applied to post content and titles. * * @param string $content The content to manipulate. * * @return string The content with the spaceless product codes added. */ function rlv_product_codes( $content ) { $pattern =…

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