Forums
(@burns777)
16 years, 2 months ago
I can confirm that adding <?php wp_footer(); ?> to the footer.php and <?php wp_header(); ?> to the header.php made it work for me in 2.9.2! Thanks DaveClapp
<?php wp_footer(); ?>
<?php wp_header(); ?>