-
I don’t understand how Query Loop and Dynamic Data work, I don’t even know if they have anything to do with it.
I want to create a news section for the website astcomp.com and for this I have configured the images and titles with Dynamic Data but I don’t know how to update them, in fact the images are empty.
The official video that explains this does not solve my doubts, please I need help. Thank you very much!
-
Hi there,
The dynamic data needs to be fetched from a source, such as a custom post type.
For your use case, to display a news section, you should create a custom post type called ‘News.’
Then, within the Query Loop block, you can design the layout and dynamically retrieve the image and title using the Dynamic Data settings.
If you want to update the content, simply do so within the News post type, just as you would with standard posts, and the Query Loop will automatically display the content based on the parameters you’ve set.
Does that clarify things a bit? Let me know if you have any further questions.
- You must be logged in to reply to this topic.