how to group custom post type posts by custom taxonomy terms
I would really appreciate if you could help me 🙂 I’m very stuck and don’t know how to proceed.
I would really appreciate if you could help me 🙂 I’m very stuck and don’t know how to proceed.
I was wondering if someone can help me with this. I’m currently following Shibashake’s tutorial about creating custom meta-boxes that include taxonomy selection here: http://shibashake.com/wordpress-theme/wordpress-custom-taxonomy-input-panels .
They show how to remove the standard metabox WordPress automatically creates for taxonomies using the remove_meta_box function. Only problem is that the function for some reason doesn’t seem to work on taxonomies that work as categories ie ones where the hierarchical option is set to true. I know I have the function working because the ones set up as tags disappear easily enough. I can’t if it just isn’t possible or if there is something special I need to add in one of the parameters to make it work.
Following the solution from Jeff @ Custom permalinks – post type – hierarchical taxonomy’s
I’ve tried plugins, read through stack and spent hours on this, and I just can’t seem to find a way to achieve what I want.
I am using Gravity Forms to allow users to create posts from the front end.
I have a custom taxonomy of “crb_issues” that has a custom field associated with it that is “issue_date” which outputs a date value for each term to looks a lot like “20140601” yearmonthday.
I am wondering how to write code to order a list of posts by their terms from custom taxonomies?
I made a custom post type with taxonomies and when I go to the taxonomy page and view one of the taxonomies I get a page not found error like the taxonomy wasnt made.
Currently I have a structure where the top level categories are acting like landing pages, so they should have no posts directly assigned to them. What I would like to do is disable the top level terms and only allow the user to check sub-terms (children). I’ve found a walker which transforms checkboxes to radio buttons here but I don’t quite understand it enough to only change the top level parent, it keeps cascading. Was hoping somebody could break down what is going on in this walker with the main question being “How do I disable top level terms in the admin panel term metabox”