Tell us what you are trying to do? display mulitple instances of relationship between child and multiple parent posts, and trying to display a parent taxonomy with multiple values
What is the link to your site? The view can be seen at hidden link
I am building a view to display a new post type set up with the new many to many relationships.
I successfully displayed one parent taxonomy but another will not display... potentially because it has multiple values
The code I used to display one parent taxonomy was: <td>[wpv-post-taxonomy type="company-state" item="@company-profile_funding-event.parent"]</td> but <td>[wpv-post-taxonomy type="category" item="@company-profile_funding-event.parent"]</td> did not work.
I also want to display the values for another parent post type, with mulitple values... but I have only succesfully got the view to display one value with the code: <td>[wpv-post-link id="$partner"]</td> I am usure what code to use when there are mulitple related posts.
I successfully displayed one parent taxonomy but another will not display... potentially because it has multiple values
The wpv-post-taxonomy shortcode works well with multiple terms, so something else is going on here. Since the View's Content Selection is Funding Event posts, the taxonomy shortcode here is looking at the parent company profile for the announcement category taxonomy:
I but I have only succesfully got the view to display one value with the code: <td>[wpv-post-link id="$partner"]</td> I am usure what code to use when there are mulitple related posts.
Use nested Views. In this case, if you want to display links to all the related posts (in one or more post types) in the next-to-last column, you must create another View and place it inside this current View. That View can loop over all the related posts in different post types.
Thanks for the help... stupid mistake with the Announcements category...
It has been so long I since I have set up the views on my site I forgot about nested views... now sorted... ALL I have to do now is figure out how get filters and search set up and figure out how best format the table.
I saw that post tables pro is integrated with Types... but I suspect it doesn't work with views. Do you know of any easy solution for displaying and formatting the table?
Toolset includes the optional Bootstrap 3.3 library, which comes with some table-specific styles. For fully custom table styles, you'll have to use your own CSS or a theme that includes its own reusable table CSS. https://getbootstrap.com/docs/3.3/css/#tables