Forums
(@haimingj)
18 years, 10 months ago
I think you missed the code: <?php wp_footer(); ?>
this code should be put at the very bottom right before the </body> tag of footer.php file. You can find the footer.php file at your current theme directory. Hope this helps.