I’m just starting out with piklist, and I’m very familiar with products like ACF—which includes functions to render custom fields of different types in PHP templates such as single-my-cpt.php—and Toolset where you can output fields using shortcodes in its templates for CPTs.
Does piklist include anything comparable to ACF’s the_field function?
Or does it concern itself mostly with getting data in, and we should use get_post_meta and worry about how the field is rendered ourselves?
(I see in the documentation piklist provides helpers for registering shortcodes and widgets.)
Thanks.