Thread
:
How to wrap post text around php include?
View Single Post
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
View Public Profile
Find More Posts by nexcom28