Advertisement
Guest User

CAMPOS EXTRA AUTORES 2

a guest
Mar 4th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <h1 class="titulos-bio-autores">redes</h1>
  2. <!--SITIO WEB-->
  3. <a href="<?php echo $curauth->user_url; ?>" target="_blank">Sitio Web</a>
  4. <!--FACEBOOK-->
  5. <a href="<?php the_author_meta('url-facebook'); ?>" target="_blank">Facebook</a>
  6. <!--TWITTER-->
  7. <a href="<?php the_author_meta('url-twitter'); ?>" target="_blank">Twitter</a>
  8. <!--FLICKR-->
  9. <a href="<?php the_author_meta('url-flickr'); ?>" target="_blank">Flickr</a>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement