Hello guys,
on this page at the end I have a query loop with a load more button.
The query loop loads the featured image and some fields from a CPT. A click on an item from the loop opens the post in a popup. And here is my problem. The load more button only loads the post data which is needed to display the loop, not what is needed for the pop up. So at first everything looks good, but the popup is empty for the newly loaded loop items.
I think there must be a function which enables the load more button to also pull the information for the popup.