Tagged Questions
0
votes
0answers
17 views
Displaying hierarchical taxonomy terms on taxonomy template
Sorry if this is a little long but it is somewhat complex. I thought I was going down the right path. Here it is. I have created a custom post type and a custom taxonomy for it named location. In this ...
0
votes
1answer
139 views
Wordpress Custom Post Type Children Template
I have created a hierarchical custom post type in wordpress called "films." It is hierarchical so it can have children elements.
When a "film" is clicked, wordpress automatically uses the template ...
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 ...