*** URGENT HELP: JobRoller Job Post Types ?
Hello, Please help:
when i use the below given code, i get only published (active) jobs. What should i replace 'publish' with in order to get 'All' the Jobs including those that have 'expired'.
<?php
$count_pages = wp_count_posts('job_listing');
echo $count_pages->publish;