• Resolved maaloe3446

    (@maaloe3446)


    Hello.
    Great plugin! Following your previous directions as to how to add a featured image by changing the posts_loop_template.php made the featured image appear on my site (http://crissp.eu/projects/living-technology/). If I want to make the text wrap around the featured thumbnail image, where do I make the changes? Is it something you do in the posts_loop_template.php?

    ps: Since it looked a bit off with the featured image being placed at the bottom of each post excerpt, I have changed it back so it doesn’t show the featured image no more, until i’ll get it fixed.

    Best Wishes
    Simon.

    http://wordpress.org/plugins/posts-in-page/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eric Amundson

    (@sewmyheadon)

    Howdy maaloe3446,

    That’s a style issue that you’d handle by editing the CSS for your theme. Usually, you’d use something like floats to make the text wrap around the image.

    Something like:

    .myimageclass {
        float:left;
        margin: 0 1em 1em 0;
    }

    . . . where .myimageclass is the class that is applied to your image.

    If I can see an example, I’m happy to send over a bit of CSS, but I think you’ve removed the featured images for now, right?

    Cheers,
    Eric

    Thread Starter maaloe3446

    (@maaloe3446)

    I have put the featured images back up, if you could take a look at it I would be very grateful! http://crissp.eu/projects/living-technology/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrapping text around featured image (Style question))’ is closed to new replies.