Forums
(@ijasnijas)
13 years, 7 months ago
It’s likely because your theme wasn’t coded properly.
In header.php place the following line of code just before the </head> line:
<?php wp_head(); ?>
In footer.php place the following line of code just before the </body> line:
<?php wp_footer(); ?>