Is there any way with Toolset to put a global Content Template for the title of the page and another Global Content Template for the footer of the page?
Thanks for your help.
Best regards,
Francisco R.
This means you'll need to edit the footer.php and header.php of your theme and call those items in there with PHP.
Another possibility to style the whole site (header and footer inclusive) is to programmatically include Layouts in your Theme.
I suggest this only if you start a theme from scratch.
If so, let me know, I can hep with it.
Actually, you can already see it workin on this sample theme, or in the Toolset Starter: hidden link
Look at the screenshot.
This renders a content template using the DIVI text module, but if I want to do the same in php, what would the function be like?