Hi, it’s more of a workaround, I put the player in the footer.
Add this to the header.php
<?php
mp3j_addscripts();
?>
<?php wp_head(); ?>
And this to footer.php
<?php
if ( function_exists(‘mp3j_put’) )
{
mp3j_put( ‘[mp3-jplayer tracks=”FEED:/music” shuffle=”y” style=”outline silver” dload=”n” list=”n” pos=”rel-C” loop=”y” flip=”y” autoplay=”y” width=”50%” height=”100px”]’ );
}
?>
<?php wp_footer(); ?>
Hope this help!
Got this resolved thanks.
Larry have you ever got this resolve? I am having the same problem.