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 6, 2023. It is now read-only.
The Staff post type rewrite is set so that with_front is true. Unfortunately, that means you can get profile links like example.org/blog/staff/person/ because with_front appends the page_for_posts slug to the URL.
I suspect that just changing the plugin would probably break links on existing sites, so it seems that a filter might be the best option here. Happy to submit a pull request.