Custom Post Type – archive working – single is not
After some time banging my head against the wall, I found the solution. I used https://underscores.me/ as a starter for my theme. One function sets the main query, where one can add custom post types as well. So if anybody encounters the same problem, be aware of the hook “pre_get_posts”. function gp_add_cpt_post_names_to_main_query( $query ) { … Read more