WP Audio Player
-
Hey, I have successfully installed the WP audio player (version 2.0.4.1) and it shows in my sidebar exactly the way I want to, but the problem is that it won’t find or play my mp3 file…
The website I am designing is: https://www.antonruuditerapi.no
In my theme folder I have a folder named “audio” and a MP3-file called “test.mp3”.
This is the code in my sidebar:
<div id=”sidebar”>
<ul class=”menu”>
<?php wp_list_pages(‘title_li=’); ?><?php
if ( ! dynamic_sidebar( ‘Sidebar’ ) ) : ?><?php endif; // end primary widget area ?>
<!– WP audio player –>
<?php if (function_exists(“insert_audio_player”)) {
insert_audio_player(“[audio:https://www.antonruuditerapi.no/audio/test.mp3%5D”);
} ?>
</div>Please help me out.
Cheers.
- The topic ‘WP Audio Player’ is closed to new replies.