FIXED: I follow a threat where say how to show it only in the homepage... and it works. The code is:
HTML Code:
<?php if($this_is_home_page) { ?>
<!-- begin edit for ZX Slideshow -->
<?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'); ?>
<?php } ?>
<!-- end edit for ZX Slideshow -->
<?php } ?>
Thanks!
What do I need to change if I want it working in the all pages? Many thanks!
Bookmarks