Passing entry_ids to channel:entries. Pull data from channel

36 Views Asked by At

I've channel resources - with Title, Thumbnail, and fluid field resource_asset.

I'm creating the low_variable with entry_select which is returning the ids.

How to get data from the resources fields? This is my code. For example, I want to display the Titles:

{exp:channel:entries channel="resources" entry_id="{lv_resources}"}
    <h2>title</h2>
{/exp:channel:entries }
0

There are 0 best solutions below