I want to have the possibility of navigate by 'standard Tags' inside my custom post type 'Car', like the following:
Of course, this will show only post from post_type 'car'. Not standard posts.
I guess, I need a rewriting function or sort, but I am not good enough to start from scratch.
Any suggestions, code, plugins? Or any clue how I can do what?
Here my settings:
I'm using custom post type + specific custom post type category
- post_type: car
- post_type-category : car_sedan, car_suv , car_supercar
- standard Tags : toyota, hummer, blue, red
I'm using the Magic fields 2 plugin.
Note: I do not want to create specific post_type tags, because I allready have a lot of tags and a lot of tagged posts.