Skip to main contentSkip to footer

This is a small maintenance fix, solving problems related to old and very new versions of PHP. If you are using a PHP version that’s newer than 5.4 and older than 7, this update is not necessary.

  • Relevanssi threw a fatal error with PHP 7.1 thanks to a wrong variable declaration.
  • The accidental PHP 5.4+ requirement has been removed.

Your account

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

Search

Popular Resources

Related Posts

…option. You can also add taxonomies, like posts and categories. Using taxonomies requires that Relevanssi indexes the taxonomy; you can adjust that on the Relevanssi indexing settings page. You can choose which post types Relevanssi uses for the related posts. “Matching post type” means that for posts, Relevanssi uses posts……(Settings > Relevanssi Premium) and go to the Related tab; check the “Enable related posts” checkbox to enable related posts in the first place. To see related posts on your site, you can check the post types you want in the “Automatically add to these post types” settings to have……as related posts, and for pages, Relevanssi uses pages and so on. If you choose another post type, all posts will receive recommendations regardless of type. You can also set the number of related posts shown and choose what happens if Relevanssi doesn’t find enough related posts: you can choose…

Menu problems in multisite search

Sometimes multisite searches cause problems in navigation menus. This is caused by pages from another subsite going into the page cache, and then replacing a page in the navigation menu with the same page ID. If you’re having this problem, adding the following code to the theme functions.php should solve……the issue. add_action( ‘wp_head’, ‘rlv_uncache_menu_posts’, 99 ); function rlv_uncache_menu_posts() { if ( is_search() ) { global $wpdb; $ids = $wpdb->get_col(“SELECT meta.meta_value FROM $wpdb->posts as posts, $wpdb->postmeta as meta WHERE posts.ID = meta.post_id AND posts.post_type = ‘nav_menu_item’ AND meta.meta_key = ‘_menu_item_object_id'”); if ( is_array( $ids ) ) { foreach ( $ids…

Why we don’t offer free trials

…have noticed there are sites that sell WordPress plugins and theme licenses. They offer access to many premium plugins and themes for a low price. That’s legal, thanks to the GPL licensing used in these plugins and themes. Is it safe to use these sites? I would check all code……or restricting their plugin use. All Relevanssi Premium licenses are unlimited. You can use the license on as many sites as you wish, without any activations or other restrictions. This is simple for us and provides the customers with valuable freedom. This also means we can’t turn off the plugin…from a customer’s site. We could do that if the plugin required an activation code. Relevanssi Premium does use license keys. The keys only control access to upgrades and features that use our resources. Currently, that means the attachment content reading. This happens on our server and uses our resources,…

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