Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. last updated on May 10, 2019
  2.  
  3. last updated on May 10, 2019 in news
  4.  
  5. printf(
  6. '<span class="posted-on">last updated on %1$s</span><span class="byline"> <i class="fa fa-user"></i> %2$s</span> in ',
  7. sprintf(
  8. '<a href="%1$s" rel="bookmark">%2$s</a>',
  9. esc_url( get_permalink() ),
  10. $time_string
  11. ),
  12. sprintf(
  13. '<span class="author vcard"><a class="url fn n" href="%1$s">%2$s</a></span>',
  14. esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
  15. esc_html( get_the_author() )
  16. )
  17. );
  18. }
  19. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement