I’m fairly new to wordpress and I might prefer to know what I’m doing flawed right here:
I’ve created a customized submit kind, to illustrate, custom_post_type_jobs.
And I’ve a web page which is known as jobs.
Once I create a customized submit kind submit, it has a permalink like this: …/custom_post_type_jobs/post-title.
Since I’ve a shortcode on the web page “jobs”, which renders some stuff, I wish to render the posts there and when clicking them I need a construction as follows: /jobs/post-title.
Am I lacking right here one thing?
When creating the customized submit kind, I gave it the args:
'rewrites' => array(
'slug' => 'jobs'
),