Tagged Questions
0
votes
2answers
19 views
Override Taxonomy Template
I'm trying to list all the products tied to a specific taxonomy. For some reason the template won't work when trying to access "http://www.myexample.com/product_categories/funiture/", I tried ...
0
votes
1answer
222 views
List taxonomy term “Last Name” + “First Name” (taxonomy custom field) in a post loop
I have a few custom fields for a taxonomy "Author". The term title is the Author's last name, and one of the custom fields is his first_name.
Now I need, in a post loop, to list all "Authors" of that ...
2
votes
1answer
385 views
How can I set up a category “overview” page?
I know I can use the Template Hierarchy to set up custom theme pages for terms inside a category, like these:
mysite.com/category/tech/ // category-tech.php
mysite.com/category/blog/ ...
1
vote
2answers
591 views
I need template for my custom taxonomy term
I created a custom taxonomy slug is 'event_type' and created terms like social, educational and religious. I want to have template page where I can show posts related to these terms. you can say I ...
0
votes
2answers
529 views
Why is taxonmy-[taxonomyname].php not working?
I've registered a couple of custom taxonomies to go with a couple of custom post types but I'm having some trouble getting a template file to work.
I've tried taxonomy.php, taxonomy-[termname].php, ...
0
votes
1answer
87 views
Taxonomy template for all taxonomies attached to certain post type
For instance, I have a product post type and I would like all the taxonomies associated w/ this type, such as size, color, material etc to display using the same template without having to 1. create a ...
0
votes
1answer
2k views
Custom post type and taxonomy page templates
This is my first real delve into custom post types and taxonomies, i suppose it will all come to me in a flash of inspiration but right now i have confused myself beyond all realms of possibility and ...
0
votes
2answers
642 views
Display only deepest category on a single post?
I want to display the direct category ancestor of a given post. An illustrative example:
These are the categories I have:
Cat1
Cat2
Cat2.1
Cat2.1.1
Cat2.1.2
Cat2.2
Cat2.2.1
Cat2.2.2.
Cat2.3
...