Add Login box to pages?
We're looking to add the ability for someone to login when looking at an single classified ad in our ClassiPress installation. So in the Contact Tab on the sidebar, we want to allow someone to fill out the login form there. However every time I try something to add the form in, it always redirects to the default /login/ page for ClassiPress, making the person login again.
Obviously the normal login form code wouldn't work with ClassiPress here:
PHP Code:
<?php wp_login_form(); ?>
Has anyone been able to create a on-page login that doesn't then redirect the people to the base ClassiPress /login/ page. We'd realy like to have people not have to keep going to that page to login if it isn't necessary.
Any help is appreciated, thanks in advance.