Tell us what you are trying to do? Output two loops of posts with different formats in the same view of user-filtered results
Is there any documentation that you are following? No.
Is there a similar example that we can see? Yes, I can provide a link privately.
What is the link to your site? I can provide a link privately.
I have a view where the user can filter results based on different input criteria. I would like to output the results as posts with a certain format, but below that entire output of results, I want to output the same results, just with a different format.
For example, for 4 results, as an output i want the following:
(Loop 1)
1: Blog Image, Blog Title, Paragraph, Link
2: Blog Image, Blog Title, Paragraph, Link
3: Blog Image, Blog Title, Paragraph, Link
4: Blog Image, Blog Title, Paragraph, Link
(Loop 2)
1: Author first name, Author last name, author email address
2: Author first name, Author last name, author email address
3: Author first name, Author last name, author email address
4: Author first name, Author last name, author email address
Is this possible with one view?
The reason (in this instance) is that I want the user to first see relevant content, and then below that a list of the authors and their email, so they can easily be copied and pasted and imported to another (email) application.