Hi guys,
I’m sorry I cannot make this thing works…I need some help I guess.
I need to display some custom fields to my posts using “Types”.
After creating the group in Types and setting the conditions, the field is perfectly displaying on my posts in “edit mode”. After adding content to the field, it does not shows up on my page in the “online page version”.
To display the field, after reading your answers, I’ve added the following code to single.php :
<?php echo types_render_field(“vineyard”, array(“show_name”=>”true”,”output”=>”html”)); ?>
Unfortunately, nothing happens…
Any ideas?
Thanks a lot.
PS: I still don’t have “views” (for the moment ^^)