Can a Saved Template from Cornerstone be loaded from a .php file?

Hey there,

When I save a Template I have created in Cornerstone incl. all the elements, where can I get the data of that save file and can I implement it into a Template.php file for use by other pages instead of manually loading it each time?

Hi Nico,

The template data is saved in the database in wp_postmeta table with _cs_template_data meta key.

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.