I have the following on a custom type:
<?php if (get_post_meta($post->ID, 'client_value', true)) { ?><span><?php echo get_post_meta($post->ID, "client_value", true); ?></span><?php } ?>
There is data in client_value but it's not showing on my custom type, it works fine on general posts, just not on custom types. Any ideas why?