Site logo

Archived topic

Show number of jobs

1 reply · Started by Pieter on September 21, 2022

Viewing posts 1–2 of 2

Hi guys. I want to create something like this to show the amount of jobs on my website:

Amount of jobs

Any idea how I can do this? I don't use a job plugin, I just create a page per job. So ideally I adapt the number manually (the amount of jobs doesn't change that often).

Many thanks!

Hi Pieter,

How are the Job Pages categorized as Jobs? Usually, for a structure like this, using a Custom Post Type for Jobs would be more ideal. See here: https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/

Then, you can grab the amount of "jobs" as such: https://wordpress.stackexchange.com/questions/26559/counting-the-number-of-posts-custom-post-type-query-problems#:~:text=52-,The,-wp_count_posts%20function%20has

This archived topic is closed to new replies.