Opened 2 years ago
Closed 2 years ago
#57305 closed defect (bug) (invalid)
symlinked themes folder does not work
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
nor do symlinked themes in ordinary themes folder.
This has been working in earlier releases. But now with Version 6.1.1 it does not.
Change History (3)
#2
@
2 years ago
Thanks, i am so sorry - it was my fault. I see now, that i had an Apache config issue. hard to debug but finally yes, shame on me. It is working now. Next time i will try harder before opening a ticket. Thanks.
#3
@
2 years ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
- Version 6.1.1 deleted
No problem @gizzel!
Even though it wasn't an issue in WordPress Core, I appreciate that you posted to try to improve WordPress 🙂
Glad to hear you got it working!
Note: See
TracTickets for help on using
tickets.
Hi @gizzel, welcome to Trac!
I have just created a symlinked theme in
wp-content/themes
using the following:Inside
my-test-theme
, I ran two tests:Classic theme test
style.css
header.php
- including a<link>
for the stylesheet and a call towp_head()
index.php
- with calls toget_header()
andget_footer()
Block theme test
style.css
theme.json
templates/index.html
Results
Appearance > Themes
.Can you provide more detail about what does not work?