suppose you are viewing a single image from the gallery. You have both previous and next links there (for navigation).
but
is there a way to also show all the other images from the same gallery in the same page (for example i want to show other images from same gallery)

if there is a way then can anyone please provide me the simplest code please.

2 Answers
2

At it’s very simplest, add this to your theme’s attachment.php

<?php do_shortcode('
'); ?>

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *