Title: gallery output
Last modified: December 19, 2025

---

# gallery output

 *  Resolved [evv63](https://wordpress.org/support/users/evv63/)
 * (@evv63)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/gallery-output/)
 * Hi. Please tell me how to display only 3 gallery images on the post page? Thank
   you!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Val Meow](https://wordpress.org/support/users/valwa/)
 * (@valwa)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/gallery-output/#post-18774428)
 * Hey [@evv63](https://wordpress.org/support/users/evv63/)! 👋
 * I’m assuming you’re talking about listing pages that show your post previews,
   and whether it’s possible to avoid rendering the full gallery shortcode in that
   context.
 * Currently, this isn’t possible out of the box, but the next Gallery update will
   handle this automatically. There will be a new option, “Truncate on Listing Pages”
   enabled by default, which will do that for you.
 * You’ll also be able to change how many media items are shown on listing pages,
   the default is 4, by using this filter:
 *     ```wp-block-code
       add_filter( 'mgl_archive_images_limit', function( $limit, $atts ) {
           return 6; // Show 6 images on archive pages
       }, 10, 2 );
       ```
   
 * Thanks for your patience and understanding, hope this helps! 🙇

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgallery-output%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/meow-gallery/assets/icon-256x256.png?rev=2791571)
 * [Meow Gallery](https://wordpress.org/plugins/meow-gallery/)
 * [Support Threads](https://wordpress.org/support/plugin/meow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/meow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meow-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Val Meow](https://wordpress.org/support/users/valwa/)
 * Last activity: [4 months, 3 weeks ago](https://wordpress.org/support/topic/gallery-output/#post-18774428)
 * Status: resolved