Template Creation
-
Hello, I’m interested in creating a new template for NextGen gallery. Mainly to remove the pagination when I want to (without using CSS).
Looking at the legacy templates it seems to work fine, however I want it to output a different thumbnail size if I decide to override it when placing the gallery. The legacy templates just outputs the default thumbnail src and size.
This is the code that outputs that info:
src="<?php echo nextgen_esc_url($image->thumbnailURL) ?>" <?php echo $image->size ?>
Is there a code snippet I can use to have it get the override dynamic thumbnail src and size if one exists?
Thanks for any direction.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Template Creation’ is closed to new replies.