I have a custom post type with multiple custom taxonomies.
I can display the custom post type info and the custom taxonomies just fine.
there is one taxonomy that i want to display the items not checked.
EXAMPLE:
custom post type: CAR
custom taxonomy: color --> red, green, blue, pink, black
(in this case, red and black are selected for one of the Car entries)
So lets say I have a custom post type post with the name FORD MUSTANG and the COLORS i have selected are RED and BLACK. Well its easy to display the colors for that car.
but what I am having a hard time doing is displaying the colors for that car that are NOT selected on the same page ...
forgot to mention i am not displaying this on an acutal custom post type page. i am displying this via a view and filters on my homepage based on the loggedn in user ... see below.
filter:
Select items with field:
Institution Name is a string equal to VIEW_PARAM(userfi)
There is no such feature available but I suggest you should write a custom shortcode that will return the unassigned terms to the post you are currently displaying.
OR
Create a taxonomy view to display terms and exclue the terms that are assigned to it. I think view will be a good solutoin.