Meta desciption author (joblister and jobseeker) page
i want to make Meta desciption author (joblister and jobseeker) page, this is ilustration
for joblister
<?php if (is_author_page_job_lister()) { ?>
<meta name="description" content="this is page $job_lister_name" />
<?php } ?>
for jobseeker
<?php if (is_author_page_job_seeker()) { ?>
<meta name="description" content="this is page $job_seeker_name" />
<?php } ?>
please give me variable for :
is_author_page_job_lister
is_author_page_job_seeker
$job_lister_name
$job_seeker_name
thank you