How can I make both the headline, and not just an entry, wrap around an image in a WordPress post?
January 20, 2008 4:14 PM
Subscribe
How can I make both the headline, and not just an entry, wrap around an image in a WordPress post?
Using align="right" or similar in Moveable Type, Blogger, WordPress, and other blogs, anyone can format a post so that text wraps around an image. However, this always comes after the post title.
Is there a plugin or another way to force the image to wrap around a post title along with the entry? This would have be doable from within a post page, and only available as an option.
posted by Unsomnambulist to computers & internet (3 comments total)
My first thought would be to use something like the More Fields plugin, placing the image filename in the extra field. Then in your layout, have the field containing the image name placed into an img tag that's in the header's div (or h1 or h2 or whatever) tag, floated to the right.
posted by bcwinters at 4:22 PM on January 20, 2008