I know the plugin uses wp_login_form, and I don’t want to customize the form; but I want to wrap some container/layout classes around the form to have it display nicer.
I have tried editing edit-event.php but my edits do not appear when not logged in. Any guidance about how to wrap some markup around the form would be greatly appreciated.
We don’t include any custom filters for the wp_login_form, so the only way to go about creating a custom submit event page would be doing a template override as outlined in our Themer’s Guide. I wish I was able to provide more assistance, but these types of requests are outside the scope we’re able to provide.
Thanks for understanding and best of luck with the customizations. Happy Earth Day!
Thanks for the reply. I am using the template override as outlined in the themer’s guide; however, there is no markup indicating where the login form is being placed. To be clear I don’t want to edit the form, just add markup before and after it.
You may want to check out a plugin like Theme My Login. You can go about achieving what you describe in a pretty simple manner. Good luck with the customizations and thanks for your patience and willingness to find a solid answer!