Advertisement
Guest User

template

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