[Plugin: Job Manager] Job list category in homepage/page
-
Hi,
Very nice job you did with the plugin. I have just a little question. I need to display the job list for a certain category to the homepage or other pages. I have read the other threads and find an article how to display the whole job list:
$posts = jobman_display_jobs_list( 'all' ); echo $posts[0]->post_content;
Now all I need is to filter it to show only the jobs for a certain category… here I’m stuck. I tried to put instead of “all” parameter the id of my category or the slug but no luck.
Any ideas ?
Thank you for your time.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Job Manager] Job list category in homepage/page’ is closed to new replies.