Skip to main contentSkip to footer

Difficulties getting started… Earlier versions of Relevanssi Premium miss some database fields in the database declaration, causing trouble. This version will fix the problems. Nasty little bug, and fixing it wasn’t simple – the dbDelta function WordPress uses to fix tables is very cool when it works, but a pain to debug.

Download the new version here.

Your account

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

Search

Popular Resources

Excluding protected posts

…(because their post status is publish, not private like with private posts). That’s what they are, as, in general, users will be able to see protected posts. Just not their content unless they know the password. Relevanssi does protect the content and won’t show parts of it in excerpts. If…

Results are in strange order

…several cases where odd search results are caused by a theme (or a plugin) that forces the search to use menu_order, for some reason. If that’s the problem, the solution is simple. Add this code to your theme functions.php: add_filter( ‘relevanssi_orderby’, function ( $orderby ) { return ‘relevance’; } );……you see Relevanssi-generated excerpts? There are different reasons why your search results may not come from Relevanssi even if Relevanssi is activated, and the most common has to do with query posts calls. For that, see this Knowledge Base entry. Are the results in menu_order? I’ve seen several cases where…

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