On the site that I am working on I have Jobs as a custom post type and Locations as custom taxonomy. The Locations are used by Jobs, Posts, and...
I have a Custom Post Type of “projects”, that is categorized by a Custom Taxonomy of “industry”, which is heirarchical. Projects & sub-projects are assigned to the industries. For...
I have a custom field to select a category (custom taxonomy) and then I will display a list of all of its child-categories. This works fine when I return...
I am using custom post types in a theme optimized for web radios (custom theme). I added a custom post type called “Radio Shows” and registered two custom taxonomies:...
I have created hierarchy based custom permalinks with the help of this link, but now it is causing a 404 error on another custom taxonomy used in the site....
I have been following the steps on the answer here and it worked wonders. But my problem is on this part, on the original: add_filter('rewrite_rules_array', 'mmp_rewrite_rules'); function mmp_rewrite_rules($rules) {...
I don’t know why WP themes do not support taxonomy homepages. I mean there should be a separate template for example.com/location/ (this may show a list of available taxonomy...
I have a bunch of custom user taxonomies which I use to group users by, and then show these users on the front end with the following code (from...
This might be somewhat backward, but how can one get the post type being displayed on an archive page? Alternatively, how can one get the post type associated with...
I want fetch all posts from the post type book in the custom taxonomy book_tags with the meta key lang and the meta value en. My code: <?php $args...