I’m Currently using the WordPress Gallery Plugin, and it is working fine, but I want to List all the Galleries already created on one page.
The Gallery Plugin Shortcodes work fine, here is an example of one: [print_gllr id=43 display=short]
I can display that Shortcode using this: <?php echo do_shortcode('[print_gllr id=43 display=short]'); ?>
But, isn’t there a way to Display all Shortcodes of print_gllr with display=short?
Thanks a lot in Advace.
Here it is:
It Will create a Loop with all the Galleries covers, so you can use it in a Page, to display’em All.