That's the only thing I've tried so far; when I do that, the first page of the search results is empty, but page #2 onwards starts displaying the images alone perfectly with no albums.. the thing I deleted was the section with <?php while (next_album()): $c++;?> to endwhile
I'm using the default theme with v1.1, would the new version allow this to work or should it work all the same?
You are right, the pagination will include any albums found. The only way to do what you want is to 'criple' the album part of the search engine. Find `function getAlbums()` in class-search.php and insert `return array()'` as the first line of the function.
Comments
That's the only thing I've tried so far; when I do that, the first page of the search results is empty, but page #2 onwards starts displaying the images alone perfectly with no albums.. the thing I deleted was the section with
<?php while (next_album()): $c++;?> to endwhile
I'm using the default theme with v1.1, would the new version allow this to work or should it work all the same?
Thanks for the help,
Rachel
Rachel