Custom Post Type archive above Single Post in single.php (same author)
It sounds like you just need a WP_Query above your normal post loop. You can copy the single.php template and rename it single-cpt_slug.php. This will ensure that this loop only shows up on single posts of the post type. If you really don’t want to use a single cpt template, you could use a conditional … Read more