Comments 3Norman started the conversationFebruary 22, 2022 at 12:47pmHi, I would like to create a widget like the codepen I made (see related URL). But I need to add an argument for put_items() so I can print the items with a field value a, b, c. Is this possible?Regards,Norman Max replied privately 3Norman repliedFebruary 22, 2022 at 5:10pmEach UE item has 3 fields: image <- imagefield <- categorylink <- link And then in the HTML I would like print the items with field = 'cat1'. So {{ put_items( field = 'cat1' ) }} Regards,Norman Max replied privately Sign in to reply ...
Hi, I would like to create a widget like the codepen I made (see related URL). But I need to add an argument for put_items() so I can print the items with a field value a, b, c. Is this possible?
Regards,
Norman
Each UE item has 3 fields:
image <- image
field <- category
link <- link
And then in the HTML I would like print the items with field = 'cat1'.
So {{ put_items( field = 'cat1' ) }}
Regards,
Norman