Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #994633

    This seems like it would be easy, but I can’t find the php page responsible for loading the get_footer(); function for blog posts. Only if I use a template page for the post can I find this, if the page is just using all default enfold template, then I can’t find it anywhere, looked through: single.php, page.php, index.php, home.php, loop-index.php, it’s not ANY of these!?
    Please for the love of god, please post a diagram or list of all php files are used to construct a post and page. Thank you!

    #995398

    Hey Michael,

    Thank you for using Enfold.

    The posts use the single.php file, includes > loop-index.php file and then defaults to the footer.php file to render the footer section. You can find more info in the codex.

    // https://developer.wordpress.org/themes/basics/template-files/

    The theme follows the same structure. If you switch to the advance layout builder, the posts/pages will then use the template-builder.php file.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.