Changes between Initial Version and Version 1 of Ticket #54910, comment 5
- Timestamp:
- 01/26/2022 03:56:39 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54910, comment 5
initial v1 11 11 }}} 12 12 13 Similarly, if a theme developer wanted to organise their folders differently, say ` fse/page.html`, they could add the following filter to make sure `WP_Theme->is_block_theme()` still returned `true`:13 Similarly, if a theme developer wanted to organise their folders differently, say `site_templates/page.html`, they could add the following filter to make sure `WP_Theme->is_block_theme()` still returned `true`: 14 14 15 15 {{{#!php … … 22 22 ---- 23 23 24 ''Related train of thought ''24 ''Related train of thought on the second case above'' 25 25 26 I don't know if there's currently a way to specify an alternative templates folder. Is this available?26 Actually, I don't know if there's currently a way to specify an alternative templates folder. Is this available? 27 27 28 28 For example, what if someone wanted to organise their folders differently say, `site_templates/page.html`?