Hi,
I am using a Looper Provider & Looper Consumer to draw through data. This works perfectly using the following WP Query: post_type=casualty&posts_per_page=-1&order=ASC&orderby=title&meta_query%5B0%5D%5B0%5D%5Bkey%5D=casualty_memorial_casualties&meta_query%5B0%5D%5B0%5D%5Bvalue%5D={{dc:post:id}}&meta_query%5B0%5D%5B0%5D%5Bcompare%5D=LIKE
However, some of the results render a large number of results, some just one. I have tried using the text element’s column functionality to display the results in columns, but this does not work.
Is it possible to output WP Query results in columns?
The basic structure I have is:
- DIV (Looper Provider - “div” tag)
– DIV (Looper Consumer - “a” tag to hyperlink the div)
— Text element (dynamic content)
The other alternative would be to add navigation to the results provided by the Looper, but the Post pagination element does not appear to work with the WP Query results.
Thanks,
Christopher