Hi I am developing a simple theme and i was wondering how i can fix place two images, like ----------- title imgA imgB date content How can i make a post template where imgA and imgB will be replaced with selected images in the WP admin???? Any tips, suggestions?
ha tx, but that wasn't what i meant. I got it to work by using custom values and meta like $imageA = get_post_meta($post->ID, 'image-A', true); Code (markup):