Subscribe<div>. But to make it conditional, try this:<h2> inside <div class='entrytext'>. This should not have any immediate effect, because the h2 header is still a block element, so it will continue to push the content to a new line.<h2<?php
isset(get_post_custom_values('wrap_title')) ) ? echo " class='wrap_title'" : '';
?>>
.wrap_title { display:inline; } /* or maybe align:right; ?? */
You are not logged in, either login or create an account to post comments
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