What are the differences between custom post type and custom page templates?
What is the difference between custom taxonomies and page templates and custom post types?
What is the difference between custom taxonomies and page templates and custom post types?
I created custom post types & custom taxonomies for these.
I have a custom post type of image with a custom taxonomy called image_tag (it’s hierarchical like categories). Here are some examples of the tags that might be used:
If you have a category called “term” and a subcategory called “subterm”, your can access subterm posts at /cat/subcat. But this doesn’t work out of the box with custom taxonomies. They are accessible at /taxonomy/subterm, but not /taxonomy/term/subterm.
I’m currently displaying custom taxonomies in a drop down menu. Each taxonomy has its own little wrapper in the sidebar. Is it possible to move the taxonomy to inside of my custom write box for ease-of-use purposes?
I have a custom post type (CPT) which contains products, and a taxonomy that contains product terms. I need to display these terms on the page ‘Products’ and when clicked on a certain term, it needs to display the products which belong to the term.
I knew that it’s not possible to have same terms (term slugs) under categories and tags, but surprisingly, as I realized today, that’s the case with custom taxonomies as well.
I’ve been trying to set up a way to write posts in a series on my site. The idea is that each post can belong to a different series in a custom taxonomy. I’ve gotten just about everything set up the way I want it … with one exception.
I’m creating a complex site with a product catalog with two custom taxonomies. They are Brands and Types.
I created a page template to list all products of a specific product line.
Now I want to list all posts from this custom post type (products) based on the taxonomy described in the shortcode for each page.