Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #167704

    Michael S
    Participant

    My apologies for such a simple question. I can locate all the templates for Integrity, however I cannot seem to locate where the default template is. Thank you.

    #168066

    Kosher K
    Member

    Hi Micheal,

    Thanks for writing in,

    The default template of a page in wordpress is page.php located in theme root directory,

    In X, the page.php file is pulling the content of x/framework/views/[your-stack]/wp-page.php

    If you wish to customize any template files, please don’t forget to set-up a child theme and copy the files you wanted to modify into the child theme structure,

    Please refer to this article.

    Hope that helps,

    Cheers

    #180819

    Michael S
    Participant

    Perfect. Thanks!

    #181067

    Paul R
    Moderator

    You’re welcome! 🙂