Pagination, filtering, date field query

Hi @benjamin,

Thanks a lot for your insight again, the solution works fine and looks very clever (looping through Posts and passing ACF Relationship IDs).

The number of Posts set in the pagination is now respected.

My code:

<Loop type=output id="{Field project_outputs}" taxonomy=information_type terms=journal-article,technical-report orderby=selection order=desc paged=3>
  <strong><Taxonomy information_type><Term title /></Taxonomy></strong> - <Field title /><br>
</Loop>
<PaginateButtons />

One more question about this project: can i add multiple terms in the loop parameter? :wink:
[Update] So simple: multiple terms separated by a comma… (code above is now updated)

1 Like