Columns For Looper Provider / Consumer Results

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

Hello @whitemedia,

Please be advised that the Post Navigation element will only work on the archive layouts because that is the purpose of this element. We do not have a feature that allows you to insert post navigation in normal pages or single layouts. You will have to either choose to display a limited number of items or all the items.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.