I am using this code to have a simple gallery on the page:
<?php echo do_shortcode(''); ?>
The problem now is that the end-user has to upload an image via the Media page before selecting this image as featured image.
I know this could be solved by adding the featured image’s ID to the shortcode’s exclude list, but how to get this ID automatically?
1 Answer