When a user logs in to add an event, they do it on a custom form that pulls the wp-login on the page, which is what we want. We do not allow anonymous submissions and we disable showing the admin topbar for registered users that will submit events.
But when they click to logout at the top right of the Community Events page, they are logged out and taken to the default WP login page, which leads them to the backend WP Admin area, rather than the Community Events Submission page. Is there any way to have them return to the Community Events login page when they click to logout on the Community Events Submission page?
In the interim I have hidden the link using CSS, but if I check the “Remember Me” box, it keeps logged in even after closing the browser window, so this is not the preferred option.
Thanks in advance for any advice you can offer!