I have installed the Podcasting 2.0 Beta 20 and the javascript player is not displaying on my post page. When I view the source of the page - I see the javascript for the player but no player is displayed.
I have installed the Podcasting 2.0 Beta 20 and the javascript player is not displaying on my post page. When I view the source of the page - I see the javascript for the player but no player is displayed.
Does your theme call the function wp_head? If it doesn't add this line in your header.php file before </head>:
<?php wp_head(); ?>
This topic has been closed to new replies.