Hey Josh, where can I get more info about all the setting I can change using metadata or PHP?
Example, I want a general settings to have both navigation, but let’s say I want to set the one on my home page for just arrows:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "HomePage", "width: 878, height: 258, fx: 'uncover'" ); } ?>
Thanks again!