If it's not working for you, first try switching to the default WordPress theme. If that makes it show up, then you know it's an issue with your regular theme. Make sure your theme has <?php wp_head(); ?> in inside it's <head> in it's header.php file and <?php wp_footer(); ?> somewhere in it's footer.php file, like before </body>.




