Advertisement
Guest User

Untitled

a guest
Aug 27th, 2012
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. <?php
  2.     /*
  3.     Template Name: Listing Submitted
  4.     */
  5. ?>
  6. <?php get_header() ?>
  7.  
  8.             <div id="container">
  9.                 <div id="content" role="main">
  10.  
  11.                 <h1 class="page-title">Thank you for submitting your dog walker listing</h1>
  12.  
  13.             <?php wp_verify_nonce( 'new-post' ); ?>
  14.  
  15.             </div><!-- .content -->
  16.         </div><!-- #container -->
  17.  
  18. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement