Issue on the Search Page
Hello,
I see that Betheme is changing the search function of WordPress.
add_action( 'pre_get_posts', 'mfn_search' ); File: functions/theme-functions.php
This seems to happen in order to include the Muffin SEO MetaData in the search.
Would you please add a setting in the Theme options to turn this feature on or off.
Or turn it off when i dont want to use the BeTheme Build in SEO Fields.
Unfortunately, plugins like SearchWP or Relevanssi do not work if your "pre_get_posts" action is active.
It took me a long time to find out why SearchWP does not work.
Thank you very much
I see that Betheme is changing the search function of WordPress.
add_action( 'pre_get_posts', 'mfn_search' ); File: functions/theme-functions.php
This seems to happen in order to include the Muffin SEO MetaData in the search.
Would you please add a setting in the Theme options to turn this feature on or off.
Or turn it off when i dont want to use the BeTheme Build in SEO Fields.
Unfortunately, plugins like SearchWP or Relevanssi do not work if your "pre_get_posts" action is active.
It took me a long time to find out why SearchWP does not work.
Thank you very much
Comments
if you use SEO plugins then please go to theme options>SEO and disable the theme SEO.
The search function is only added for wordpreess to search the Muffin Builder, it does not do anything else.
thanks