…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,…