I downloaded the PODS 2 plugin (amazing!) – added a field to existing content type and now I would like to print it using php inside a widget. However I am not sure how to print the fields using pods – I tried to initialize it, but it is not working. Please see my code below. Any ideas?
<?php $mypod = pods( 'my_pod' );
$mypod->display( 'my_field' ); ?>
http://staging.pods.io/docs/code/pods/