-
How do I do this? I can create a for loop for looping through selected posts, but can only display things like title, slug etc, not a field from a component used on the page.
This seems like it should be easy but trying to describe it is a bit complex. Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hmm without being sure can you try to use Btw: I often find the Timber docs quite helpful regarding issues like this. |
Beta Was this translation helpful? Give feedback.
-
Ok I figured it out. For Flynt specifically, its likely your fields are technically inside Flexible Layout fields, so you need to loop through your Flexible Layout and find the correct Components, then you can reference the fields: here in the docs
Extra loops to jump through (literally?) but glad it works. |
Beta Was this translation helpful? Give feedback.
Ok I figured it out. For Flynt specifically, its likely your fields are technically inside Flexible Layout fields, so you need to loop through your Flexible Layout and find the correct Components, then you can reference the fields: here in the docs