No matter what I do, I cannot get my custom fields to display. I am using WP 3.0 with this code:
<img src="<?php echo get_post_meta(get_the_ID(), "splashpageimage1", true); echo $splashpageimage1; ?>" alt="" />
This seemed to work fine in the past... and now it's not displaying anything.
nor is this:
img src="<?php $splashpageimage1 = get_post_meta($post->ID, "splashpageimage1", true); echo $splashpageimage1; ?>" />