I’m also having a problem doing this…especially when using the method listed here:
Can someone help explain further?
I’m not sure if I’m putting in the wrong image location, ie. do I need to use https:// for the location after the custom tag
or if I need to change something on my style.css where the postmetadeta section says clear: left
AND/OR if I need to alter my single post php in addition to the index.php with the new code listed in step six…
6- Open /wp-content/themes/[themename]/index.php, after the <div class=”post”> but before the <h2> title (should be around line 9), add this line:
<img src=”<?php echo get_post_meta($post->ID, ‘img_post_header’, true);?>” width=”600″ height=”200″ />
Can someone maybe walk me through this a little more? All help is truly appreciated!!!
Thank you,
Kat