-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme switching flows tracking issue #39324
Comments
@priethor these issues do not seem to have been very active recently. Is there any feature that you think could land until Wednesday next week to be included in WordPress 6.0 release? To increase visibility, we can add it to the WordPress Editor 6.0 project board. |
I don't think anything here is to be expected in WordPress 6.0, but we should start working on theme switching early after beta towards 6.1. |
If I am understanding correctly, the theme switching process is changing. This will likely mean a rewrite in react and will require more REST API interactions. Currently the themes REST API is extremely limited, only be able to list single and all themes. The functionality to activate / deactivate / install / delete themes is not part of the REST API. There is an existing ticket #54293. If require for this functionality, let's highlight this early and add to the 6.1 milestone. I am going to CC @TimothyBJacobs for his input |
I don't have much to add beyond what you mentioned @spacedmonkey. The REST API endpoints will need to be expanded following the patterns we introduced in the Plugins controller. If this is going to be a priority for WordPress 6.1, it'd be great to get confirmation of that early in the cycle. |
Made a start of the themes REST API - #41836 |
In light of feedback from the FSE Outreach Program's seventeenth call for testing, I've added #42600 under Navigation above as this feels like an important, high impact item to handle as it relates to navigation and switching from classic to block. |
Should we add this?: #47228 |
With the introduction of Block Themes in WordPress 5.9, there are a few considerations to take into account when switching block themes or when upgrading from a classic one:
Theme selection
Template and themes decoupling
Navigation
Styles
Classic theme upgrading and backwards compatibility
The text was updated successfully, but these errors were encountered: