Custom fields dont work on my wordpress 2.8.4 blog... I am using: <?php if ( function_exists('get_custom_field_value') ){ get_custom_field_value('testing', true); } ?> ... to show show custom fields in the single.php template, but nothing is showing up. On another 2.8 wordpress install custom fields show up just fine. What am I missing?!