I am using a custom theme, and I am showing my subalbums on a sidebar. but, When i try to show my images page, using the following loop, the first page is always blank (It used to show the subalbums when I had the subalbum code in place)
My Directory Structure is:
Main Album
- SubAlbum 1
- SubAlbum 2
the Loop (after removing the subalbum code) is:
`
<?php while (next_image()): ?>
" title="<?=getImageTitle();?>"><?php printImageThumb(getImageTitle()); ?><?php endwhile; ?>
`
my question is what else do i have to remove to get rid of the reserved subalbum page? I am using a modified version of the thinkdreams theme if that helps.
Comments