Skip to content

Instantly share code, notes, and snippets.

@bph
Last active May 16, 2019 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bph/34f717f159143381b782ec95bd527802 to your computer and use it in GitHub Desktop.
Save bph/34f717f159143381b782ec95bd527802 to your computer and use it in GitHub Desktop.
Block Lab: Team Member block display
<h2>
<?php block_field( 'first-name' );?>
<?php block_field( 'last-name' );?>
</h2>
<p><img class="teamphoto" src="<?php block_field( 'picture' ); ?>"
alt="<?php block_field( 'first-name' );?>
<?php block_field( 'last-name' );?> " width="150" style="float:left;padding:4px;margin;2px;"/>
<?php block_field( 'short-bio' ); ?></p>
<p><em>You can reach <?php block_field( 'first-name' );?></em>
<br/>via email <span><a href="mailto:<?php block_field( 'email-address' ); ?>">
<?php block_field( 'email-address' ); ?></a></span>
or <br/>
via phone: <span><?php block_field( 'extension' ); ?></span></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment