Can you please explain a little bit more about your setup? and the problem as well. So I can have an understanding that where are you facing the issue with brother posts/pages.
Please pardon me for not being able to move that reply here. Can you please put that information again? I have enabled private details area for your next reply.
Also please remember to provide correct reply on the other thread as well. I supposedly accepted that information. After you provide the correct information on both threads, I will be able to remove the unrelated information, thanks.
I just wanted to update you about the new release of Views (1.9) and Types (1.7) plugins (as well as the beta release of CRED 1.4). Can you please upgrade to latest versions and see if these help resolving the issue?
Please let me know if these do not help, so I can continue with my investigation about the issue, thanks.
I apologize for this, actually I tried to update the plugins, so I can have latest fixes and features to resolve this matter more efficiently - but somehow I wasn't able to do that.
Anyhow, I am looking into this thread and will update you soon (today).
Please see it working at hidden link - let me explain the steps how I did this.
1) Since Companies and Workers have relationship (Parent > Child respectively), it's much easy to do the job. You have already done the same in your content template like below:
Company: [wpv-post-title id="$compane"]
2) I created a new View (Other People in Same Company), which just lists down the "Workers", filtered by post relationship and configured to accept the short code attribute "wpvprchildof" (see attached image). I will use this attribute later to pass the "ID of the Parent post, where the View is inserted". I used table layout to list all workers' details.
3) Then I inserted this view at end of your existing content template (worker-info). And used "wpvprchildof" to pass the ID of the Parent of current post, just like below:
[wpv-view name="Other People in Same Company" wpvprchildof="[wpv-post-id id='$compane']"]
Please notice that the additional attribute is having View's short code [wpv-post-id] but with the parent post reference (just like you did before). So when this Content Template is rendered, it renders the View as well. And pulls the posts based on the parent post ID.
I hope this explains in detail about how you can mix up Views and Content Templates within each other, and how you can pass information between Views. Please see following resources for more information:
"wpvprchildof" is just name of the short code attribute, it can be anything of your choice. You can change this name in the place shown in the screen shot (I sent in my previous message). If you change it, please remember to use the same attribute name with [wpv-view] short code.