Custom Fields Not Working
-
OKay, this code worked for me before:
<?php $Image = get_post_meta($post->ID, 'bg_image', true); ?> <img src="<?php echo $Image; ?>" name="MainImage" alt="" border="0" />
I have it in my header, and it’s not doing anything…
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Custom Fields Not Working’ is closed to new replies.