Getting a thumbnail from post meta
-
Hello, it would be a great help if someone could help me.
What I am looking to do is to get an image >$img1 = get_post_meta($post->ID,'product_img1',true);
And then display the image as a thumbnail
# insert missing code #
<?php echo $img1; ?>
I have been goggling all morning and can’t seem to find the answer. I would greatly appreciate any help you have to give. Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Getting a thumbnail from post meta’ is closed to new replies.