How does dashboard-listings.php get called?
Using $redirect = 'http://ilasd.org/dashboard/' ; in the form-login.php page has correctly sent the logged on user to a "page" displaying his entered listings, using the dashboard-listings.php file included with the theme. This works until I installed and activated the Events Manager plugin. With the Events manager plugin installed, the user now gets redirected to the Admin Dashboard page. While this might be a bug in the Events Manager plugin, I'm at a loss how the Vantage theme executes the dashboard-listings.php file with a call to
http://ilasd.org/dashboard/. If I could find the Vantage code that "translates" the URL
http://ilasd.org/dashboard/ to dashboard-listings.php, maybe I could resolve the conflict between the Theme and the plugin. I don't have a
WP page called dashboard-listings, and the dashboard-listings.php file does not include a template tag.