display phone in contact section on single resume page
-
I have added the field candidate_phone to the resume submission form and would like to output it to the single resume page in the contact section along with email and web mail options.
I have been trying to display the phone number but cannot seem to get it to showThe email section code is
‘<p><?php printf( __( ‘To contact this Candidate by email %1$s‘, ‘wp-job-manager-resumes’ ), $email, ‘?subject=’ . rawurlencode( $subject ) ); ?></p>
<p>
<?php _e( ‘Contact using webmail: ‘, ‘wp-job-manager-resumes’ ); ?>&su=<?php echo urlencode( $subject ); ?>” target=”_blank” class=”job_application_email”>Gmail /
&subject=<?php echo urlencode( $subject ); ?>” target=”_blank” class=”job_application_email”>AOL /
&subject=<?php echo urlencode( $subject ); ?>” target=”_blank” class=”job_application_email”>Yahoo /
&subject=<?php echo urlencode( $subject ); ?>” target=”_blank” class=”job_application_email”>Outlook
</p>’
- The topic ‘display phone in contact section on single resume page’ is closed to new replies.