Viewing 2 replies - 1 through 2 (of 2 total)
  • this worked for me:

    echo do_shortcode(' [mp3j track="https://localhost/wp-content/uploads/04.mp3" autoplay="y" vol="75"] ');

    Plugin Author simon.ward

    (@simonward-1)

    pawelbnn is right, you need to echo it out:

    echo do_shortcode( '...your shortcode...');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embedding Player Within Template’ is closed to new replies.