Signup button on Submit Page [FIX]
Hey, i just installed jobroller yesterday, bunch of issues with it but I am working around them.
Here is a quick fix for the issue some of you have complained about regarding the /submit page not redirecting to login.
This code will add a Register / Login button on the page (You can place it right below the text)
file: tpl-submit.php
Line: 85
Code:
<a href="<?php bloginfo('url'); ?>/login/" class="button"><span>Register / Login</span></a>