Stop a logged in user from seeing the "apply online" if they are not a job seeker
Hi,
I have been through this thread
http://forums.appthemes.com/jobrolle...on-upon-29748/ on how to force a user to login before the can apply for a job.
I want ONLY job seekers to see this button.
Is there a way to check if the user by adding something like this?
if ( is_user_logged_in()& is job_seeker )
{
allow login
}
else{
register as a job seeker to apply for this job
}
Cheers
Laurie