Display custom fields in a certain order
-
Hi there. I’ve been looking through this forum in search of a particular solution, but to no avail. What I would like to do is have a embedded media field display on top of a multiple line textfield on the front-end of a post. Code I’ve used to solve this problem is below.
echo types_render_field("youtube", array('output' => 'html')); echo types_render_field("text", array('output' => 'html'));I’ve also tried a few different variations of a foreach loop, but again to no avail. Has anyone managed to come up with a solution for something like this? Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Display custom fields in a certain order’ is closed to new replies.