What I'm trying to do: We have a Taxonomy view, where we want to show all the tiles in a 3x3 grid.
However, in the very first item, we want to show a "Show All" option, so the first row would have that and then 2 items from the query, whereas all the rest of the rows would have 3 items from the query.
I tried the follow code, but it's not working. It's showing 3 items, then 2 items on the 2nd row, then 1 item on the 3rd row, and also repeating titles. Any suggestions are appreciated:
Hello. Thank you for contacting the Toolset support.
I do not know why you are using the [wpv-conditional if="( '[wpv-loop-index]' eq '1' )"] to check the current index as you can add the code that will be applied per index using the shortcode [wpv-item index=1].
Thanks for the link to the example. I never saw that concept, of using wpv-item “outside” the divs of the normal row to create a special ending element. It should work for me to create a special starting element in the first row.