Advertisement
bowenac

Untitled

Dec 17th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /*
  3. Template Name: Jobs Template
  4. */
  5. ?>
  6. <title><?php wp_title( '|', true, 'right' ); bloginfo('name'); ?></title>
  7. <?php
  8. wp_head();
  9. while (have_posts()) : the_post();
  10. echo do_shortcode('[jobs]');
  11. endwhile;
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement