I’m looking to add some scripts and styles to particular taxonomy page. For example, I want to have a banner rotator only appear for posts that fall under the...
How can I make a separate RSS feed for each custom post type? I had searched the net for it and found suggestions to do something like this: http://www.yoursite.com/feed/?post_type=book...
I’d like to display all posts within a given price range. For example: When a user inputs 100 and 1000 (in two separate form fields) – my site will...
I am trying to create and enforce such a relationship between custom_post_types. Question: How to ‘link’ the post_types in a manner that allows finding parent/child of any post_type? Examples:...
I would like to be able to use the ‘featured image’ functionality, found on post types, for a custom taxonomy. I have a taxonomy called ‘collections’ and I would...
I’ve created a custom taxonomy for attachments. Everything ok, but now I want the ability to bulk assign its terms to attachments using the default wordpress media admin (‘upload.php’)...
I have created a custom taxonomy ‘season’ I have 3 custom post types which I want to use this taxonomy. These are Races Galleries Competitors Now, when I view...
I want to order my categories like I order my pages. I’ve added an extra field called Order to my taxonomy, but how do I order my terms by...
(Moderators note: Was originally titled “How to get_posts of a custom post type that is in two custom taxonomies?”) I have a custom post type that has two taxonomies...
I was wondering if there was a way to prevent the addition of new categories into a taxonomy, essentially ‘locking’ the taxonomy. I’m programatically registering a taxonomy and filling...