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
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
As described: Plugin doesn't export custom taxonomies
It exports categories and tags, but nothing else. I suggest two phases:
Initial MVP: export all taxonomies for all posts by looping through the output of the WordPress get_taxonomies() function instead of just doing tags and categories
Better, phase 2: Add an interface for selecting taxonomies to export.
I'll try to build, test and PR this at some point because I kinda want it.