[Gelöst] Content Template global for title and Footer
This support ticket is created vor 7 Jahren. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
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: versteckter 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?