Skip to main contentSkip to footer

Version 1.6.2 had a critical bug that prevents indexing the database. 1.6.2.1 fixes the bug.

Your account

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

Search

Popular Resources

Adding extra boost for exact title matches

…return $results; } Relevanssi has the basic title and content exact matching built-in. Add this code to your site to boost posts with titles and content that match the search query. If you want to be 100% sure, you can write a relevanssi_hits_filter function that moves the exact matches on…

Changing the number of search results displayed

A standard way to change the number of search results displayed is something like this: $myquery = “&posts_per_page=5”; $myquery = $query_string.$myquery; query_posts( $myquery ); Unfortunately, this breaks Relevanssi. Relevanssi hasn’t played nice with posts_per_page in any case, for some reason I don’t really understand — this is legacy code from…

Simple French plurals
If you have Relevanssi Premium and want to make Relevanssi understand French plurals, you can add this code to your…

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