Skip to content

Instantly share code, notes, and snippets.

@justyntemme
Created October 23, 2017 18:47
Show Gist options
  • Save justyntemme/54fdc74a09be0b81fcf6702cbd227bdb to your computer and use it in GitHub Desktop.
Save justyntemme/54fdc74a09be0b81fcf6702cbd227bdb to your computer and use it in GitHub Desktop.
<?php
get_header();
?>
<h2> Photo Gallerys</h2>
<div class="preview">
<?php
echo(do_shortcode('[gallery ids="160"]'));
?>
</div>
<div class="gallery">
<?php
echo(do_shortcode('[gallery ids="160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197"]'));
?>
</div>
<?php
get_footer();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment