Forums
(@baronmunchowsen)
16 years, 5 months ago
I had this issue with a custom theme. See: http://wordpress.org/support/topic/307580?replies=3
I had this problem. You need to make sure you have the following in your footer.php file:
<?php wp_footer(); ?>
Hope this helps
16 years, 9 months ago
This helped me! Thanks!