Display job applied in user’s resume page (content-single-resume.php)
-
Hi,
How can I display the job applied in the resume page for a user (if the user has already applied for a job)?Added this but seems like its not getting anything displayed despite there is an applied job for the user.
Job Applied: <?php echo get_post_meta($post->ID, '_job_applied_for', true ); ?><br>
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display job applied in user’s resume page (content-single-resume.php)’ is closed to new replies.