Tagged Questions
0
votes
1answer
174 views
Specifying Default Template for Hierarchal Custom Post Type [duplicate]
Possible Duplicate:
single-{$post_type}-{slug}.php for custom post types
I have registered a Custom Post Type named conference with the attribute:
'hierarchical' => true
In the ...
0
votes
3answers
3k views
Why are the comments disabled by default on my custom_post_types?
I am using a custom post type + taxonomies in a podcast solution for a client. The setting (settings >> discussion) for comments is set to "allow comments". When I add / edit posts under the "posts" ...
3
votes
4answers
805 views
How to set a default format for a custom post type?
I created a custom post type for my blog, to allow easier separation of content. This new post type supports different post formats, but most of them will be galleries.
register_post_type('atelier',
...
6
votes
4answers
1k views
How do you use a CPT as the default home page?
I have a client who's site will be making heavy use of custom post types to configure their site. But I'm between a rock and a hard place for their requested home page.
In reality, the home page ...