you should have my login details from previous tickets
this page here hidden link scroll down to the red boxes where it shows judges for all 4 judges it shows the kc affix mallowdale working, it should on show for mr i openshaw as that is the only judge with that affix , mr l marson should show affix test 1.
the view to show the judges is hidden link
that pulls in from hidden link
i cnnot get this to work no matter what i do? van you assist please?
I logged in to your site and looked at the Views, but I'm not sure what I'm looking at, both Views are to query intermediate post types, and I'm not sure what your objective is to be able to understand why it is not working.
Could you please elaborate the post types and relationships that are relevant to this question, and what you are trying to display, given your starting point of a single Judge post.
each event has numerous judges usually 2 or 4 . each judge has a kennel affix (usually 1 but is unlimited) .
so on each judges pagei want to view the events they are related to (events to judge relationship ) next to each judge for that event i want to view the kc affix that is in the relationship to the judge. (kc affix is the post tpye and had relationship to judges)
On a single Judge page you want to display a list of Events the Judge participates in, and for each of those Judges show the related Kennel Club Affix.
So for that you need 3 Views.
The outermost View shows Events, and includes a relationship filter to show Events related to the current Judge.
You will presumably output the title of the Event.
You will then need to insert a nested View which displays the Judges related to the current Event.
In the output section of that View, below the Judge title, you will then want to insert another nested View, which this time queries related Kennel Club Affix posts.
There shouldn't be any need to query intermediate posts for this.
as you suggest above is how i have it.... it doesn,t output anything for the affix though.....(if i select intermediate in the affix on judge child i at least get something showing but that setting the kc affix to all judges...)
here you will see ..... hidden link
scroll down to JUDGE TRIAL RESULTS in the red box it has judge name (correct) there book number and panel (correct) then it has the label "affix" , no info is shown after ,the label comes from the view "affix on judge child"
so the create all this i have
"view to show all events related to a judge" ,nestled inside this i have,
"view to show all judges on judges page" ,nestled inside this i have,
"affix on judge child"
everything works except for the last view......
every works fine and has been fine for ages i just wanted to add this afffix part.....
view to show all events related to a judge can be found here : hidden link
"view to show all judges on judges page" can be found here : hidden link
"affix on judge child" can be found here : hidden link
resolved
"view to show all judges on judges page" can be found here : hidden link
i was using
[wpv-view name="affix-on-judge-child" wpvrelatedto="[wpv-post-id item='@kennel-club-affix-judge.child']"]
rather than
[wpv-view name="affix-on-judge-child" wpvrelatedto="[wpv-post-id item='@events-judge.child']"]