• I’m using WOZ (WordPress on Zencart) and can’t quite get this Audio player plugin to work with it. All I get is a blank space where the player should be. I looked at my sites source code and the Audio player scripts are inside the <head> tags, so I don’t know what the problem is.

    This is the header.php from WOZ:
    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */
    ?>
    <head>
    <?php wp_head(); ?>
    </head>

    <div id=”page”>

    And here’s the footer.php:
    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */
    ?>

    <hr />
    <div id=”footer” role=”contentinfo”>
    <!– If you’d like to support WordPress, having the “powered by” link somewhere on your blog is the best way; it’s our only promotion or advertising. –>

    <p>
    “>Entries (RSS)

    <!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
    </p>
    </div>
    </div>

    <?php wp_footer(); ?>
    </body>

    Anything else to check?

  • The topic ‘[Plugin: Audio Player] Audio player & WordPress on Zencart’ is closed to new replies.