When creating a parameter to select an image, I always get the URL as a result.
{{dc:param:PortfolioImg}}
= > returns the url of the image
Would it be possible to query only the ID, because I would need it for further queries like a custom meta field.
Something like this?
{{dc:post:meta post="{{dc:param:PortfolioImg return="id"}}" key="acf_img-caption-advanced"}}
That seems not working because it is stored as id and size.
And a very basic question: is there a debug function like the {{dc:looper:debug_consumer}}
for parameters?
Thanks