Forums
(@wblake37)
13 years, 4 months ago
awesome got it!
$temp = str_replace(“%POST_THUMB%”, get_post_meta($post->ID, ‘thumb’, true), $temp);
not sure what i done wrong!
I hope i’m not too late to ask for some help.
I followed halluzineyt example and when it comes to displaying the thumbnails instead of it grabbing them, it thinks the url for the image is
https://examplewebsite.com/category/featured/%POST_THUMB%
it doesnt seem to go right into the post and grab the jpg thats held inside the custom field “thumb”
any ideas?
Thanks