It's local so I can't post a link, but for some reason I can't get the thumbnails to float left without the captions un-aligning in a child-theme. Does anyone have a suggestion?
Thanks,
Leslie
It's local so I can't post a link, but for some reason I can't get the thumbnails to float left without the captions un-aligning in a child-theme. Does anyone have a suggestion?
Thanks,
Leslie
If you add a caption to the image from within the dash it should automatically wrap the image in a div.
<div style="width: 135px;" class="wp-caption alignright">
<img height="125" width="125" alt="WordPress Logo" src="http://i35.tinypic.com/990wtx.png">
<p class="wp-caption-text">Test dummy caption</p>
</div>
then the float gets applied to the div based on its class: alignright, alignleft or aligncenter.
i'm not sure where you are having trouble. Are you importing all the thematic stylesheets? are you assigning the alignment and the caption from within the Image options when you are editing a post?
Thank you for replying! I wasn't very clear—I was trying to show multiple thumbnails with captions on a page, which I would usually do with lists. While I was trying to find out how to show page-child thumbnails on a page I saw that I had to wrap them in divs and that worked.
On another page, I wanted to show page titles with the thumbnails instead of the captions. I hid the captions with css, but that would probably be something I should've wrote a conditional for?
Anyway, thanks again.
This topic has been closed to new replies.