Links with Wp job manager
-
Hello, Your plugin is wonderfull. It’s exactly what i need.
I have a job board site with the wp job manager plugin + application addon.
In fact when a user reply to a job announce, in the job dashboard you can see all the meta custom field with the name and so on…
I would like to create a link to the um user profil who replied to the job.
But when i try it’s redirecting to the current user and not to the one who reply to the job announce.
I saw in your plugin file : echo um_user_profile_url();
The string to the one who replied to job is _candidate_user_idHow to create a link so when the user click on the name for exemple he’s redirected to the user profil of the one who reply to job.
<a href="<?php global $ultimatemember; $url = um_user_profile_url(); echo esc_attr( $url );?> "><?php echo $application->post_title; ?> </a>
Thanks for your help.
- The topic ‘Links with Wp job manager’ is closed to new replies.