Hi!
I've tried to insert the code in the sidebar for inserting the palyer. I've inserted the below code following the instruction from the faq page of the wordpress audioplayer plugin.
`<?php if (function_exists("insert_audio_player")) {
insert_audio_player("[audio:http://www.mysite.com/linktomyaudiofile.mp3|width=100%|autostart=yes]");
} ?> `
The sidebar shows one more audio player with what I've inserted. Problem is that I don't want to keep that unwanted player. How to fix this issue?
Thanks,
Kazi