Add or Edit Layouts

Tip

Any files inside your theme folder are automatically overridden by identical files placed in your main project folder.

  • Example:
    • layouts/home.html can override themes/E25DX/layouts/home.html
    • assets/css/theme.css can override themes/E25DX/assets/css/theme.css

Override A Specific Layout, Markup, Shortcode Or Partial

Folder Structure
├── themes
│   └── E25DX
│       └── layouts
│           └── _partials
│               └── site
│                   └── footer.html
└── layouts
    └── _partials
        └── site
            └── footer.html
  • Follow the same path from themes/E25DX/layouts to layouts while copying the layouts files.
  • Update the files in layouts folder.

Complete Folder & File List of E25DX/layouts

E25DX Layouts - Folder Structure
E25DX
└── layouts
    ├── home.html
    └── single.html
    ├── blog
    │   └── list.html
    ├── _markup
    │   ├── render-blockquote-alert.html
    │   ├── render-codeblock.html
    │   └── render-link.html
    ├── _shortcodes
    │   ├── tab.html
    │   ├── tabs.html
    │   └── accordion-vertical-tabs.html
    └── _partials
        ├── components
        │   └── theme-dropdown.html
        ├── icon.html
        ├── sections
        │   ├── bento.html
        │   ├── card-grid.html
        │   ├── hero.html
        │   └── showcase.html
        ├── site
        │   ├── footer.html
        │   ├── header.html
        │   ├── left-sidebar.html
        │   └── right-sidebar.html
        ├── main-content
        │   ├── cover.html
        │   ├── footer.html
        │   └── nav.html
        ├── blog
        │   ├── list-body.html
        │   └── list-footer.html
        ├── favicons.html
        ├── og-x-seo.html
        └── analytics.html