Replies: 0
I’m not sure if this is possible. It seemed to me that it would be with this:
single-attachment-{slug}.php
But, for instance, if my custom post type is FFF then the template page for that is single-FFF.php. When I click an image in that, I’d like it if it called up a template page with the same slug like attachment-FFF.php or single-attachment-FFF.php.
As far as I can tell, this isn’t possible, unless I’m missing something. So… am I missing something?