1. Add <?php wp_head(); ?> to your “header.php” right before </head>
2. Add <?php wp_footer(); ?> to your “footer.php” right before </body>
Files (header.php & footer.php) are located in: /wp-content/themes/YOUR_THEME
Done.
This solution works fine for me.
Great side effect: Now you’ve this awesome administration bar at the top of your front end.
Cheers,
Cris