[insert_php]
$count_jobs = wp_count_posts( ‘job_listing’, ‘readable’ );
[/insert_php]
[insert_php] esc_html_e(‘Showing Jobs’,’workscout’) [/insert_php]
[insert_php]
printf(_n( ‘We have %s job offer for you’, ‘We have %s job offers for you’ , $count_jobs->publish, ‘workscout’ ), $count_jobs->publish);
//printf( esc_html__( ‘We have %s job offers for you’, ‘workscout’ ), ‘‘ . $count_jobs->publish . ‘‘ ) [/insert_php]