Hi, I have two custom posts types – Staff and Projects. They both use the Services custom taxonomy. So that on Staff pages you can see what Service that Staff member specialises in, then you can click on it and see all the projects involving that Service. On the Projects page it the same, you can see what Services were provided for that project.
Projects and Staff members are linked by the Many to Many relationship which Luoy kindly helped me with here: http://wp-types.com/forums/topic/how-to-relate-staff-to-projects/
The problem is that on the Services Archive page I only want to show Projects and not Staff. I can see that it may not be possible to do this with Types: http://wp-types.com/forums/topic/wpv-post-taxonomy-how-to-filter-on-one-custom-post-type/
Which is a bit scary as I've come to far with this project now to rebuild it!
So I'm hoping there is a way, I guess if worse comes to worse I can hopefully add a class to differentiate each post type in the loop and use css to hide the Staff post type?
I hope someone can help, thanks