10Web Photo GalleryThe Photo Gallery plugin from 10Web uses a shortcode to add photo galleries to posts and pages. By default, Relevanssi…
Blocking pre and code tagsIf your posts have lots of programming code examples in <pre> and <code> tags, those might look pretty bad in…
DiviMake Divi include all post types Divi search form module restricts the search to only posts and pages. To get…
Free 3.2Version 3.2 is out now, and is more a feature release than a bug fix release. Here’s what’s new: Fixed…
Increasing weight for HTML tags…’relevanssi_post_content’, ‘rlv_html_tag_boost’ ); function rlv_html_tag_boost( $content ) { $weightings = array( ‘h1’ => 5, ‘h2’ => 4, ‘h3’ => 2, ‘strong’ => 1, ); foreach ( $weightings as $tag =>…
Indexing image alt textsRelevanssi by default ignores image alt texts (and other tag attributes). That’s often the right thing to do because alt…
Indexing only attributes from shortcodesI need to add some custom shortcodes to the list of the “removed” ones (so they don’t show in plain…
Indexing product codes with and without spacesA Relevanssi Premium customer had a problem with product codes. The codes are in the format “ABC 100”, a group…
Premium 1.11Relevanssi Premium 1.11 fixes few bugs and adds lots of new filters. Fixed a bug in the TablePress support.Titles are…
Reading wpDataTables imported tablesThe wpDataTables table plugin has several ways to handle tables. Some of them work with Relevanssi without problems; some don’t.…