How to create a image gallery on WordPress using their URLs instead IDs? The default gallery shortcode is [gallery ids="729,732,731,720"]. I need to create gallery based on image URL, like:
[gallery urls="
http://example.com/images/image01.jpg,
http://example.com/images/image02.jpg,
http://example.com/images/image03.jpg
"]
Obs.: All images is hosted on same domain of WordPress site.
Thanks.