Skip to main contentSkip to footer

Another quick bug fix release for Relevanssi free.

  • Fixed a bug that causes problems when paging search results.
  • Taxonomy term restrictions didn’t work most of the time.
  • the_content filters didn’t run on excerpts.
  • Style data and other extra elements created by short codes are now stripped.

Next beta of Relevanssi Premium is coming soon, I’ve just been very busy with other projects.

Your account

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

Search

Popular Resources

Genesis

…you don’t use WooCommerce //global $post; //$thumbnail_id = get_woocommerce_term_meta( $post->term_id, ‘thumbnail_id’, true ); //echo wp_get_attachment_image( $thumbnail_id, ‘medium’, ”, array( ‘class’ => ‘alignright’ ) ); // Get excerpt rather than the_content() so Relevanssi can grab a snippet and highlight search terms the_excerpt(); // Get ‘Read More’ link with Relevanssi permalink if……// Get featured image if page or post the_post_thumbnail( ‘medium’, array( ‘class’ => ‘alignright’ ) ); // Uncomment the following lines to get featured image if WooCommerce product category – this doesn’t work if you don’t use WooCommerce //global $post; //$thumbnail_id = get_woocommerce_term_meta( $post->term_id, ‘thumbnail_id’, true ); //echo wp_get_attachment_image( $thumbnail_id,…

Brizy Pro
Brizy is another WordPress site builder and as usual, it too has hard-coded queries that don’t play nice with Relevanssi.…

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