Advertisement
Guest User

Untitled

a guest
Sep 11th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Popup
  4. */
  5. //Display the page content
  6. if ( have_posts() ) while ( have_posts() )
  7. {
  8. the_post();
  9. the_content();
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement