I need to build my own template page.
I lnow how to do it on a standard way (create a php file named template-blabla.php and in this file write some php lines to declare this page as a template)
Ok, so i make a copy of Enfold page.php, add thoses lines at the very top:
<?php
/*
Template Name: candidature
*/
Now, this template is available, but when i apply it, it do not look…
What’s the right way to build a template page with Enfold?
thanks
Hey!
Do you use Advanced Layout Builder in that Page?
Regards,
Josue
Yes Josue, I do
i have make a copy of the file template-builder.php into my child theme and make it as my template:
<?php
/*
Template Name: Name of my template
*/
And it works, so i supposed it’s the right way?
Yes, exactly, if you use ALB the file that the theme will use it’s template-builder.php
Cheers!
Josue