Album displaying number of photos when it contains albums
-
When albums contain embedded albums, the code does not distinguish between albums and galleries and displays number of photos below the album in compact view.
Please modify the album-compact.php code to distinguish the difference. The current code is:
‘<?php if ($gallery->counter > 0) : ?>
<p><?php echo $gallery->counter ?> <?php _e(‘Photos’, ‘nggallery’) ?></p>
<?php endif; ?>’Please add an if/then/else statement to distinguish album or gallery and change the text of “Photos” to “Album” if it is an album.
If I knew for sure which variable to check, I would try and do it on my system.
Sample site URL:
https://txusd1812.com/photos/gallery/Thanks, Valerie.
- The topic ‘Album displaying number of photos when it contains albums’ is closed to new replies.