How to wrap post text around php include?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nexcom28
    So Fucking Banned
    • Jan 2005
    • 3716

    #1

    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
    So Fucking Banned
    • Jan 2005
    • 3716

    #2
    Nevermind, I sorted it with CSS

    Comment

    Working...