I quite like the default WordPress Gallery, but i dont like how it plonks the images as thumbnails, with a link to the larger image.
Is there anyway to make it display the images not in a thumbnail link, just as either the full size image or one chosen from the media uploader?
Also in a an li list?
So simply looks like the following..
<ul>
<li><img src="wp-uploads/image.jpg" alt="image" /></li>
<li><img src="wp-uploads/image.jpg" alt="image" /></li>
</ul>
Or no chance and tough, thats how the gallery works?
Thanks for any advice 🙂
Put this code in your functions.php and check.
This will output the uploaded image as it is instead of the thumbnail in a list.