Title: Listing all galleries
Last modified: August 7, 2017

---

# Listing all galleries

 *  Resolved [goldmanas](https://wordpress.org/support/users/goldmanas/)
 * (@goldmanas)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/listing-all-galleries/)
 * Is there a change I can list all my galleries? Kinda like a galleries gallery.
   When user clicks on the thumbnail, then he goes to the gallery it self.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [darko71](https://wordpress.org/support/users/darko71/)
 * (@darko71)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/listing-all-galleries/#post-9387333)
 * Well, if you use any plugin like gallery by supsystic, you can always create 
   a page named galleries and put all galleries shortcodes to that page.
 *  Plugin Author [supsystic](https://wordpress.org/support/users/supsysticcom/)
 * (@supsysticcom)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/listing-all-galleries/#post-9395081)
 * Hello,
 * Yes, you are right.
 * Also you can activate **Display only first image option** (you can find it on
   the **Main** tab->Gallery **Type** section). After saving changes – add galleries
   shortcode to your page.
 * If you want to display the galleries **in one line**, please follow next steps:
    1. Go to the Appearance menu at WordPress Dashboard and open Editor
    2. In the right list find footer.php and open it
    3. In this window before string
        `<?php wp_footer(); ?>` you need to enter the 
       code below:
 *     ```
       <script> 
       (function($) { 
       $('.grid-gallery.one-photo').each(function() { 
       var $this = $(this);
       $this.css({ 
       display: 'inline-block',
       width: $this.data('width') + 'px',
       margin: $this.data('offset') / 2 + 'px' 
       })
       }).wrapAll($('<div>').css('text-align', 'center'));
       })(jQuery);
       </script>
       ```
   
 * Don’t forget to save your changes by clicking on “**Update File**”.
 *  Plugin Author [supsystic](https://wordpress.org/support/users/supsysticcom/)
 * (@supsysticcom)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/listing-all-galleries/#post-9479096)
 * Hi, [@goldmanas](https://wordpress.org/support/users/goldmanas/)
 * Have you solved your issue?
 * Best regards.
    Supsystic team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Listing all galleries’ is closed to new replies.

 * ![](https://ps.w.org/gallery-by-supsystic/assets/icon-256x256.png?rev=1684313)
 * [Photo Gallery - Responsive Image Galleries by Supsystic](https://wordpress.org/plugins/gallery-by-supsystic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-by-supsystic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-by-supsystic/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-by-supsystic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-by-supsystic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-by-supsystic/reviews/)

## Tags

 * [gallery list](https://wordpress.org/support/topic-tag/gallery-list/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 3 replies
 * 3 participants
 * Last reply from: [supsystic](https://wordpress.org/support/users/supsysticcom/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/listing-all-galleries/#post-9479096)
 * Status: resolved