Last active
August 29, 2015 13:56
-
-
Save deitrick/9258852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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