Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. if ( function_exists( 'coauthors_posts_links' ) ) {
  3. coauthors_posts_links();
  4. } else {
  5. the_author_posts_link();
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement