tag.php doesn’t work with tags on a custom post type post?
here’s another stumper.
here’s another stumper.
I have created a Custom Post Type with the name Product.
I have created a Custom Taxonomy for that post type by the name of products.
That taxonomy have a few terms (printer, keyboard, mouse etc)
I have created a template with the name taxonomy-products.php
I have a plugin that I am developing that is using custom post types and taxonomies. My question is this. How can I load the content/theme data from my plugin on to the page when the go to the custom url of the taxonomy?
I am working on a plugin which we need for education website. I have added 3-4 Page templates within my plugin so that we can call when plugin is activated.
I’m trying to figure out how to display a list of specific taxonomy (categorycourses).
Hay, i have a custom post type “Events”, however this is basically a post type, so it inherits the post.php template page.
I have created custom rewrite rules. These rules now go to 404 page as expected. I can use action hook template_redirect to change the template matching query_var.
I browsed WordPress Codex, and I find something like this →
Say a theme “foo” is used on across a network of sites. In each site, all the theme resources (.css, .js, etc.) will have distinct URLs:
I’m pretty new to creating my own theme and I seem to have become stuck and would really appreciate it if someone could help me. I have searched and found snippets of advice but nothing that really caters for what I need.