I’ve run into the following problem.
I’ve made 2 custom post types, each, ofcourse, containing posts.
But now I’ve run into a situation where I would need to add a custom field at the top of the archive page.
Since I don’t have a page I can access on the admin side, I can’t fill these custom fields.
Should I switch to a page, or is there a other way?
I hope this is clear enough.
May way of doing this is to create a page and put the content in there then use the following code at the top of your archive”post-type”.php to display it.
All you need to do is replace the ‘include’ => 45 with your own page id.