Relevanssi Just Not Working
-
I just installed your app for wordpress and watched the video on installation… double checked and triple checked all settings, then even disabled and enable the plugin and it is just not doing anything. The standered wp search is working but not the plugin… I read where it may be code in my theme/search.php file that is messing with the plug in from working so here I am and here is my search.php file… Can you help?
****************************************
<?php get_header(); # show header ?><?php
#loop through builder panels
$builders = it_get_setting(‘search_builder’);
if(!empty($builders) && count($builders) > 2) {
foreach($builders as $builder) {
it_shortcode($builder);
}
} else {
echo do_shortcode(‘[blog title=”Blog” icon=”magazine”]’);
}
?><?php get_footer(); # show footer ?>
*****************************************
- The topic ‘Relevanssi Just Not Working’ is closed to new replies.