[Plugin: Types – Custom Fields and Custom Post Types Management] render custom field in theme
-
Hi,
I’m trying to display the value of a custom text field in my theme’s single.php. So here’s the code I’ve added:
<?php types_render_field("wpcf-price",array('output'=>'html')); ?>
It just does not work and the field is never displayed.
Is this the right way to do this or do I have to use the embedded types features? Is there any thing I’m missing here?
thanks,
m
- The topic ‘[Plugin: Types – Custom Fields and Custom Post Types Management] render custom field in theme’ is closed to new replies.