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 has been archived by the owner on Sep 17, 2019. It is now read-only.
When creating a custom post type called team, which has a custom post type archive page with a slug of team, the custom area plugin redirects you to the customer-area/dashboard page. It's not possible to access the post type archive page.
I just released a fix for #297 which could work for that one also. If you can try out the develop branch that would be great. Else you'll need to wait until we release 7.5.0.
Putting that one on hold for now.
Thanks for the report though.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a custom post type called
team
, which has a custom post type archive page with a slug ofteam
, the custom area plugin redirects you to thecustomer-area/dashboard
page. It's not possible to access the post type archive page.Steps
team
has_archive => true
/team/
Backtrace
Possible Fix
Check with the queried object id against
$this->get_page_id()
with===
inside of:CUAR_RootPageAddOn::redirect_to_main_page
CUAR_AbstractPageAddOn::redirect_guests_if_required
The text was updated successfully, but these errors were encountered: