• I can’t see the audio player on the home page. The page is here:

    https://echodevelopmentsite.com/eaglemccall/

    I really need to get this to work fast! I pasted the code into the header.php file for this theme.

    In particular, I pasted in this in header.php and nothing shows up:



    <?php if (function_exists(“insert_audio_player”)) {
    insert_audio_player(“[audio:better-in-love.mp3,civil-war.mp3|titles=Better in Love,Civil War]”);
    } ?>
    <?php wp_head(); ?>
    <!– Do Not Remove the Above –>

    <!– theme setting head include wp admin –>
    <?php
    $head_include = “”;
    $head_include = $get_options[‘wm_head_include’];
    echo $head_include;
    ?>
    <!– End theme setting head include –>

    <!– Portfolio control CSS and JS–>
    <?php include (TEMPLATEPATH . ‘/lib/portofolio_template_style_js.php’); ?>
    <!– END Portfolio control CSS and JS–>
    </head>

    Please help!

    Thanks!
    Angie

  • The topic ‘Help! Can't get audio player to show up on home page’ is closed to new replies.