Hi all,
I've got 3 different custom content types in my WordPress 3.1 site.
For ease of management moving forward, I'd like to use the same page_type template for each custom content type.
Obviously, I can create a post type specific template for each custom content type using the single-{post_type}.php
But, what if I wanted to use the same template for each post type, how would I do that?
Thanks!
Troy