Guest User

Untitled

a guest
Jun 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Archives Page
  4. */
  5. ?>
  6. <?php get_header() ?>
  7.  
  8. <div id="container">
  9. <div id="content">
  10.  
  11. <?php the_post() ?>
  12.  
  13. <div id="post-<?php the_ID() ?>" class="<?php thematic_post_class() ?>">
  14. <?php thematic_postheader()
Add Comment
Please, Sign In to add comment