This is actually my first question here, so hello to everybody in this community!
I have developed a theme with a custom post type and a template (lets call it "my_template.php") that shows posts of this custom post type in an archive-like fashion.
What I'm trying to achieve is to make a permalink in the navigation of the site that goes to a specific template (like "my_template.php") and ignoring the wp template hierarchy.
How could one do that?
Note: I've already checked out This answer, but that one didn't really help and provided only a workaround.
Thanks!