Tell us what you are trying to do?
Ok so its a directory of bands,
The section Im struggling with is creating an area of Tabbed Content
Playlists are divided into Genre 70's 80's 90's and so on.
Playlists are child posts of Members (custom post type).
Member
- Playlist
Playlist = Title (80's)
Playlist Content = Multiple Lines Field.
Im trying to create a view to list them in tabs.
All of the bootstrap tabs work like
<li class="TAB NAME" [wpv-post-title]
<div class="content">
[types field='playlist-content'][/types]
</div>
I can set up the loop to get the titles
But I need a seperate loop to get the content and then link them?
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
Ok so I created a view to loop the Tab Names
and a second to load the tab content,
Seems like a work around that I can live with.
If there is a cleaner way, Id love to know before I start populating.
Thanks all the same.
Love the experience with Toolset.