You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a WXR with the importWxr step, a post might be a template created with the site editor. Those need to be associated with the theme slug in the wp_theme taxonomy. For this they contain this entry in the wxr:
Yes, this is part of the new topological sort we must add to the project. Once added, all the relationships between terms/posts and custom posts will be fixed.
…onomy (#1997)
Fixes#1996
While the bug might be in the WordPress-Importer itself, we can fix it
by adding a filter that just ensures that the term will be created. I
vote for adding this small intermediate fix even as in #1888 there is
the plan to import WXRs differently in future. This is confusing
behavior right now and we can fix it
When importing a WXR with the
importWxr
step, a post might be a template created with the site editor. Those need to be associated with the theme slug in thewp_theme
taxonomy. For this they contain this entry in the wxr:Unfortunately, this term relationship is not properly established, thus making it impossible to restore a Site Editor template.
The text was updated successfully, but these errors were encountered: