View Single Post
Old 06-20-2013, 11:39 AM  
nexcom28
So Fucking Banned
 
Join Date: Jan 2005
Posts: 3,716
How to wrap post text around php include?

I have a php include that grabs the author image, I would like to wrap the post text around this image. What's the correct way to do it?

Code:
<div class="entry-content">
<?php the_author_image();?>
<?php the_content(); ?>
Thanks
nexcom28 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote