Quick bug fix releases to fix a database error caused by faulty MySQL syntax.
- Small fix to prevent database errors.
- Small fix to prevent disappearing excerpts.
Quick bug fix releases to fix a database error caused by faulty MySQL syntax.
Not logged in. Log in to see your license details.
This is a very common request: “How do I show the most popular searches in a widget or on a page?” Relevanssi does not have such a feature built in, and the reason for that is twofold: First, on many sites, the most common searches are either spam or boring….…that. So, for these two reasons Relevanssi doesn’t ship with a “popular searches” widget. Creating one in itself would not be difficult. This code snippet, for example, creates a very simple popularsearches shortcode. The shortcode will display the five most common search terms. add_shortcode( ‘popularsearches’, function() { global $wpdb, $relevanssi_variables;…