How do I query a custom post type with a custom taxonomy?
For some reason I’m finding it a struggle to grab any posts using a custom taxonomy… can anyone unravel my stupidity?
For some reason I’m finding it a struggle to grab any posts using a custom taxonomy… can anyone unravel my stupidity?
Is there a way to replace the default checkboxes by radio buttons in the custom post type taxonomy UI?
I have custom post type ‘questions’ with taxonomy ‘answer type’ (single selection [radio button], multiple selection [checkboxes] and pattern matching [dropdown boxes). I need to make sure the users can only pick one option from ‘answer type’. Is there a way to get this done?
I am looking to achieve something which I figured would be fairly simple to accomplish but it seems there are no real examples available to achieve my needs.
I think thats a quick one:
I am working on a custom theme for a network of sites that are deployed under a WordPress MultiSite installation.
WordPress 3.5 changed the media management and now the Media Library edit screen uses the default post type UI. Taxonomies are very useful for WP installs with different users and attachments, giving more possibilities to find the attachment and/or add classification.
I have a custom post type and I’m trying to call up different variations of the navigation based on the custom taxonomy slug. I’ve done this fairly easily with normal posts, like so:
Today I needed to change the arguments on a custom taxonomy that was already registered by a third party plugin. Specifically I wanted to set the show_admin_column argument to true and change the rewrite slug so that it wasn’t just the taxonomy slug. In this case, it was a “People” post type with a “People Category” custom taxonomy.
Ok, so I have registered a few custom post types and a few taxonomies. Now, for the life of me, I cannot figure out the code I need to add a Custom Field to my Custom Post Type.
Im using the following code to get an array of children taxonomies and write them out with links in an unordered list.