First, I love the graphene theme. However, I find it very hard to figure out what's going in within its loop and single files.
I have created a bunch of custom post types. What I want with some of these, is to use the same single.php and loop-single,php files to display the custom post types when viewed, so that they are styled identically to normal posts.
Unfortunately those posts belonging to the custom post types are missing data: the date, the comments section, tags, and maybe other stuff.
What I think is happening is that it is doing a conditional check, and if a post is of type "post" it is including that stuff, and if post is not of that type, it is being excluded. I can't find what I need to alter so that it also does this for my custom post types.
Can anyone help?
