Skip to main contentSkip to footer
Quick bug fix release.
  • Somebody had problems with the log table ID field going over MEDIUMINT limit. I changed the ID field to BIGINT.
  • There were serious problems with custom post type names that include ‘e_’ in them. That’s now fixed.

Get yours from download page or use the auto-update.

Your account

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

Search

Popular Resources

User Access Manager
Relevanssi has a conflict with User Access Manager plugin. Both plugins attach to the same `the_posts` filter hook with the…
Modifying the search form on the fly

…is set. Like this: add_filter( ‘get_search_form’, ‘add_ld_topic_category’ ); function add_ld_topic_category( $form ) { if ( isset( $_GET[‘ld_topic_category’] ) ) { $value = esc_attr( $_GET[‘ld_topic_category’] ); $form = str_replace( ‘</form>’, ‘<input type=”hidden” name=”ld_topic_category” value=”‘ . $value . ‘” /></form>’, $form ); } return $form; } Add this function to your site….I set up a short coded search box to search my Learndash e-course for one specific category only: [ searchform ld_topic_category=“156” ] It works perfectly except one thing: if no results show, it takes you to the default WordPress page and presents you with the standard search box that no……longer searches category 156. This problem isn’t generally very hard to fix. The exact solution depends somewhat on the theme. In this case the theme used was Astra, and Astra makes this very easy by using the default WordPress search form powered by get_search_form(). We want to modify the search…

Chamber Dashboard Business Directory
The Chamber Dashboard Business Directory plugin has a business directory search that’s not compatible with Relevanssi. To disable Relevanssi in…

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