Hi,
Thank you for contacting us!
In order to insert short code of Gallery Bank on your page or post you need to follow the following steps which are mentioned below:
1) Go to your pages menu and click on Add New Page button.
2) After that you will see a Gallery Bank Button next to Add Media button of WP-editor.
3) You need to click on the button and Gallery Bank Short code Popup will open.
4) After selecting your options you need to click on Insert Album button to insert your short code.
5) After that click on publish button.
The Gallery Bank gallery will display on that particular page or post.
If you still have any doubt, please don’t hesitate to get back to us!
Thanks & Regards
Support Team
Tech Banker
Thanks, but I need the gallery to appear on an existing page, outside of the post content. I’d like to code it into my theme template. Something like this:
<?php
the_gallery('demo_gallery');
?>
Is this possible?
Ah, I just realised I can use this tag:
do_shortcode();
To insert the gallery into a template!
Hi,
Yes, you can do this by using do_shortcode(); function.
Let us know if you require more help!
Thanks & Regards
Support Team
Tech Banker