2014-12-25, 20:06:22
(2014-12-24, 21:56:22)mganko Wrote:(2014-12-18, 06:47:38)linden Wrote: HI. Like the plugin and the extra types of fields that can be created. And i found a use for the "multi text field" but cant figure out how to render it properly. if i use <?php get_special_field('whatever'); ?> it outputs the fields with the "||" separator as mentioned here. But how can I use this? I would like to render it like <p>"field"</p> for each for example. Anyone who can help me achieve this? Thanks.
Use phpfunction to make an array and next create loop that will create <p> element for each item.PHP Code:explode
Thank You. Though I am only a front-end developer so i am not that well off writing my own php code. Would you mind giving an example of the code i could use?