Hi there,
I have a careers page on a Grav site I'm building. This is the first project using Grav.
What I have done so far is to add Modular subpages for each of the jobs available. (not sure if this is the correct thing to do or not...
So these appear correctly like:
/careers/job-one
/careers/job-two
What I need to do now is add a custom field to these pages (this is where I am stuck)... I've tried adding the blueprint in the module folder but these don't show up.
What I need to add is a category for each of these jobs, so that a results page can be made, for example, a page showing all the jobs where category = '1' for example... Another page where category = '2'
I'm used to WordPress, so this basically needs to work as a Custom Post Type...
If anybody can help with this, that would be much appreciated.