Guest User

Untitled

a guest
Oct 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. <div class="author-box">
  3. <h3><?php echo $content->info>displayname; ?></h3>
  4. <?php if ( isset ( $content->info->imageurl ) ) { ?><img src="<?php echo $content->info->imageurl; ?>" alt="<?php echo $content->displayname; ?>" class="auth-img"><?php } ?>
  5.  
  6. <?php if ( isset ( $content->info->bioblurb ) ) { ?><p><?php echo $content->info->bioblurb; ?></p><?php } ?>
  7. </div>
Add Comment
Please, Sign In to add comment