Quote Originally Posted by dbltoe View Post
Could the method in the readme be used to add the slideshow to a div in the define_main_page? I have a need for a small image changer in there.
Of course. Define Pages support php so you can simply add the block of code to insert the slideshow where you need it:
Code:
<?php //if(ZX_SLIDESHOW_STATUS == 'true') { ?>
        <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
Don't forget to remove it from tpl_index_default.php so you don't end up with 2 instances.