how to insert feature-slideshow plugins into home page
my home.php containing this code :
<?php get_header(); ?>
<?php if (get_option(‘lumin_homedesc’) <> ”) { ?>
<p id=”slogan-phrase”><?php echo(get_option(‘lumin_homedesc’)); ?></p>
<?php }; ?>
<?php include(TEMPLATEPATH . ‘/includes/default.php’); ?>
<?php get_footer(); ?>