Fixed mah blog!!

I give full credit to this site

http://wpaddict.net/wordpress-plugin-review-wordpress-audio-player/

For save my butt. :) )

To remedy this, I simply added the following snippet of code in my header.php file of my theme before the body tag.


<?php wp_head(); ?>

and the following in footer before the ending body tag.


<?php wp_footer(); ?>

After that, the player worked great.

Leave a comment

You must be logged in to post a comment.