I am working in a theme that call the gallery using
<?php echo do_shortcode('[gallery option1="value1"]'); ?>
As my friend wants it to be a photoblog and show the full size image, I was wondering if is that anyway to call the images automatically using the same <?php echo...> function.
Thanks for any help!!