Create “File-less” Page Template in Functions.php
Pages are generally speaking rather inflexible, you would be better off using a custom post type. Also hooking into the actual page template dropdown would very likely be problematic (I doubt it would work without some serious hacking around). You’re better off just writing your own meta box dropdown. I think your on the the … Read more