I use elementor with Unlimited Elements which used Twig.
I need to display a custom field to to twig.
How can i display my custom field inside twig
Hi there,
There are no Twig templates in Toolset. You need to code the Twig templates yourself.
The process is that you will install a plugin such as Timber to be able to create PHP templates for Twig:
https://wordpress.org/plugins/timber-library/
Then you should use Toolset APIs and shortcodes to populate the custom fields to the Timber PHP templates, which then will be available for you in Twig:
https://toolset.com/documentation/programmer-reference/views-api/#render_view
https://toolset.com/documentation/customizing-sites-using-php/
As this will be code customization you might need a developer to implement such a feature. Here is a list of developers to hire for your reference:
https://toolset.com/contractors/
Thank you.