I have created a page that my client can easily edit for a section to go at the bottom of all pages that includes a call to action section, preview of blog posts and a testimonial slider. As the site has a lot of pages, I want to know how to bring this formatted page content into each page without having to edit each page individually. Can you tell me the code and where to put it to do this?
Hey csass!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
or you can turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) to see shortcodes of the elements you have created below content section and simply copy&paste them.
Best regards,
Yigit
Thanks Yigit.
I was going to use the template method but it will mean inserting the template on each page (at this stage there are approximately thirty) and then if edits are made, they will need to altered on each page.
I have created a separate page for the section and wanted to tell each page to insert this content above the footer. This way, the client can edit the separate page and all the pages will reflect the changes. Am I asking too much? I tried turning on the debugging mode, but it isn’t bring over all the content.
Thank for your help,
csass
I sorted it out!
I have created the page for the extra section that is to repeat on all pages. Then on the website pages, using advanced layout editor, I have added a code block at the bottom of the pages with the following in it: [include-page id=”3442″] where 3442 is the page id for the page with the extra section.