Skip to content

Instantly share code, notes, and snippets.

@deitrick
Last active August 29, 2015 13:56
Show Gist options
  • Save deitrick/9258852 to your computer and use it in GitHub Desktop.
Save deitrick/9258852 to your computer and use it in GitHub Desktop.
<section>
<section class="half green-light left" id="speaker-photo">
<div class="spkr-prev left"><a id="prev2" href="">button</a></div>
<div class="spkr-middle left">
<div class="spkr-cir" style="background-image: url(<?php echo $url ?>); ?>/img/tester.jpg)"></div>
<div class="speaker-name"><?php echo '<h2>' . get_the_title() . '</h2>'; ?></div>
</div>
<div class="spkr-next left"><a id="next2" href="">button</a></div>
<br style="clear: left">
</section>
<?php
echo '<section class="half green-light right" id="speaker-bio"><div class="content content-right" id="content-wrap">';
echo the_content();
echo '</div></section>'; ?>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment