Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #229644

    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

    #229886

    Hey!

    Do you use Advanced Layout Builder in that Page?

    Regards,
    Josue

    #230179

    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?

    #230210

    Yes, exactly, if you use ALB the file that the theme will use it’s template-builder.php

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to ad my own template page’ is closed to new replies.