Advertisement
Guest User

Untitled

a guest
May 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <article id="post-<?php the_ID() ?>" <?php post_class() ?>>
  2. <header class="title">
  3. <h1><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h1>
  4. <time datetime="<?php the_time('c') ?>"><?php the_time(get_option('date_format')) ?></time>
  5. </header>
  6.  
  7. <?php the_content() ?>
  8. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement