@rumlab
If I want to keep the title and remove the post count, what code should I use then?
Thanx
EDIT
I’ve found out what.
At album-compact.php remove the following:
<?php if ($gallery->counter > 0) : ?>
<p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p>
<?php endif; ?>
[Please post code snippets between backticks or use the code button.]