Hi,
I would like to create a posts overview (looper) as a component, to which i can pass different queries and conditions as parameters, depending on what i want to display. I would then like to use these component, e.g. as a general overview of all contributions in just one category or as a contribution overview of only one author’s contributions, etc. I have read the doc on parameters, but I still don’t understand how I can do this:
For example, I want to pass such a query string to the looper provider of the component: “category_name={{dc:url:param key=“cat” fallback=”"}}&orderby={{dc:url:param key=“order” fallback=“date”}}&posts_per_page=-1"
And I want to pass different conditions to the looper consumer of the component, e.g. : “Post (has term) has Kat_1” or “Post (has term) has Kat_2” (or others)
How do I have to enter this under Edit Parameters and how do I then transfer these parameters to the component?




