isp_template.php 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php /** * Template Name: Indeed Smart PopUps */ show_admin_bar(false); ?> <html style="margin-top: 0px !important; overflow: hidden;"> <?php wp_head(); while ( have_posts() ){ the_post(); the_content(); } wp_footer(); ?> </html>