Ah sure… I’m modifying a version of Darren Hoyt’s Mimbo Theme… And by his indications you’re supposed to display custom fields using:
<?php $values = get_post_custom_values("THE_CUSTOM_FIELD"); echo $values[0]; ?>"
Have no idea if that script has any variables… Maybe I should ask Darren first… Just thought maybe there was a “wordpress official” way of doing it…
Still if you have any ideas… I’d most apreciate that…