Forums
(@diabeticdiet)
15 years, 8 months ago
try adding the post id to the get_post_custom_values() function like this $value_feat_img = get_post_custom_values("Image", $post->ID );
$value_feat_img = get_post_custom_values("Image", $post->ID );
nop, no changes. I am more lost now after you confirmed that the code is good.