I don’t have any expert experience in PHP , so i Hope some one can help me out.
I build an Wordpress website and in the footer (footer.php) of each page there should be an active/working audio player. The player is visible but don’t seem to react on the stop or play button , it’s like blanked out.
could someone with PHP expert experience help me out. This is the PhP code below i have, THANKS In ADVANCED!! :
<?php /** * @package WordPress * @subpackage Chocolate */ ?> <?php if(!is_page_template('home-static.php')) : ?> <?php endif; ?> <?php if (!defined('GAL_HOME')) get_template_part( 'bottom' ); ?> <?php get_template_part('demo'); ?> <?php wp_footer(); ?>