Advertisement
iskael

post-author-code

Jul 24th, 2013
6,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1. <b:if cond='data:post.authorAboutMe'>
  2.   <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  3.     <b:if cond='data:post.authorPhoto.url'>
  4.       <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
  5.     </b:if>
  6.     <div>
  7.       <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
  8.         <span itemprop='name'><data:post.author/></span>
  9.       </a>
  10.     </div>
  11.     <span itemprop='description'><data:post.authorAboutMe/></span>
  12.   </div>
  13. </b:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement