Skip to main contentSkip to footer

Quick upgrade, with some of the features from the latest premium version.

  • Support for s2member membership plugin. Search won’t show posts that the current user isn’t allowed to see.
  • New filter relevanssi_post_ok can be used to add support for other membership plugins.
  • Post meta fields that contain arrays are now indexed properly, expanding all the arrays.

Download at the repository or use the auto upgrade.

Your account

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

Search

Popular Resources

Showing the number of search results

…$wp_query->found_posts . ‘ hits.</p>’; ?> in your search results template. In case that produces no results, try introducing the global $wp_query variable like this: <?php global $wp_query; echo ‘<p>Found ‘ . $wp_query->found_posts . ‘ hits.</p>’; ?> The usual method which involves a new WP_Query object does not work with Relevanssi….

Attachment file content cannot be saved

…collation is the “Options” column. Here the table uses the utf8_general_ci collation, which is a utf8 collation and needs to be changed. Change the collation to a matching utf8mb4 collation, which in this case is utf8mb4_general_ci and save the database table: The collation of the meta_key field does not matter….

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