Hi @thegrbteam
Since Pods doesn’t have context for fields (metadata) used by external plugins it’s not really possible to use it in a display context. Of course you can display the raw information of a field but unless that raw information is already sufficient I doubt this is very helpful. For example, that “location” you mention from another plugin could be stored as geodata (lat/lng) and would then just be rendered as raw coordinates instead of a nicely formatted location.
Besides the above, Pods in it’s core is a content creation tool which lets you add custom fields and configs to your installation. The display part can be done custom through PHP or using our build-in templates component. Alternatively you can use our blocks to show Pods fields and even templates.
So in short, WordPress doesn’t really have “fields”, it has “metadata” which are raw values that contain the information for a plugin to use it as a field.
In many cases the raw value is fine, because it’s text, but for relational data, dates, currencies, etc. some context for this field is required.
Elementor, however, does supports dynamic tags to some degree. And for some plugins even checks the context for these tags so it knows how to display (use) the data.
What is it you are trying to do exactly? I might be able to help you better if I know a bit more context. For example, are you trying to display something through a shortcode? A block? An Elementor module? Something else?
Let me know!
Cheers, Jory