Okay
  Public Ticket #2987505
put_items
Closed

Comments

  •  3
    Norman started the conversation

    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

  •   Max replied privately
  •  3
    Norman replied

    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

  •   Max replied privately