Advertisement
Guest User

Untitled

a guest
May 5th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <div id="about-author" class="clearfix"><h3 class="block-title">About <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>?rel=author"><font color="#d1004b"><?php the_author(); ?></a></font></h3>
  2. <div class="twocol first"><center><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php echo get_avatar( get_the_author_meta( 'ID' ), 90 ); ?></a><br>Get Social<br>
  3. <a href="<?php the_author_url(); ?>" rel="nofollow" target="_blank"><i class="fa fa-globe" title="Website"></i></a>
  4. <a href="//www.twitter.com/<?php the_author_meta('twitter'); ?>" target="_blank"><i class="fa fa-twitter-square" title="Twitter"></i></a>
  5. <a href="<?php the_author_meta('googleplus'); ?>" target="_blank"><i class="fa fa-google-plus-square" title="Google+"></i></a>
  6. <a href="<?php the_author_meta('linkedin'); ?>" target="_blank"><i class="fa fa-linkedin-square" title="LinkedIn"></i></a></center></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement