Quick bugfix upgrade:
- Multisite search had bugs. It’s working now.
- Stopwords are not highlighted anymore. Now this feature actually works.
Nothing earth-shaking, but if you’re a multisite user, this upgrade is mandatory. Go download.
Quick bugfix upgrade:
Nothing earth-shaking, but if you’re a multisite user, this upgrade is mandatory. Go download.
Not logged in. Log in to see your license details.
…then you may be using a plugin that affects the post order. One example is Intuitive Custom Post Order, which reorders posts – and the Relevanssi results. The fix is simple, though. Add this function to your site: add_filter( ‘relevanssi_orderby’, function ( $orderby ) { return array( ‘relevance’ => ‘desc’ );…