Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?php if ( is_single() ) : ?>
  2.  
  3. <span itemprop="author">
  4. <span itemprop="name">
  5. <?php the_author() ?>
  6. </span>
  7. </span>, in category «<?php the_category(', ') ?>»,
  8. <time itemprop="datePublished" datetime="<?php the_time('c'); ?>">
  9. <?php the_time('F j, Y') ?>
  10. </time>
  11.  
  12. <?php else : ?>
  13.  
  14. Page, updated at: <time itemprop="dateModified" datetime="<?php the_modified_time('c'); ?>">
  15. <?php the_modified_date('F j, Y'); ?>
  16. </time>
  17.  
  18. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement