Thread Starter
reppic
(@reppic)
Thanks Josh, I only threw the echo in there in desperation. I’ve since figured it out. I had a couple of ‘custom query’ hooks that were interfering with the plugin on archive pages.
Thread Starter
reppic
(@reppic)
*The code actually looks like this:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( ); } ?>
I added ‘echo’ in a desperate attempt to fix it.