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 28, 2025. It is now read-only.
I've written a few lines of code making it possible to choose a default post type in the same way you can choose default category. Adding this would create a small confilct with the default category though – if the default category's taxonomy is not added to the post type you've set as a default then of course the post will not have that category. Question is, do you still want me to commit this code or do you think it's a bit too sloppy?
I guess the correct way of doing this (IMO) would be to overdo it a bit maybe: after you've chosen a default post type all connected taxonomies will display as AJAX loaded separate select boxes with their respective terms in them. I haven't really looked into the whole shortcodes thing in this plugin but I guess that would have to change as well, giving users the possibility to choose taxonomy and terms as well.
I might be able to spend some time dealing with this if you think it's a good idea?