result of field – image to background
-
I used a field called ‘banner’ and placed the following code to retrieve and place in in the right place of the page successfully. How do I make sure the image is put / remains in the background?
<div class="banner">
<img src='<?php echo get_post_meta($post->ID, 'banner', true); ?>' />
</div>
- The topic ‘result of field – image to background’ is closed to new replies.