Hello, i'm a total newbie to plogger. Can someone tell my how i can put albums in a row of 4-5 instead of having them listed under each other? I use the broadway theme
Did you search the forum first because your question has been answered before (unless i'm not understanding what your asking) How to not use collections
i wanna display all albums of a collection in a row (4 to 5 albums per row). like the thumbnails view in an album. i don't like it that all albums in a collection are listed under each other.
oh well then you should edit your collections.php in the theme you're using and make it so that up to 5 albums will be viewable (with links and preview thumbs...).
you'll want to checkout plogger_has_albums() in plog-functions.php and everything in the collection.php file in your theme (this is where the albums are loaded and you should see the details like thumbnail info and album link, etc...)
i'm not familiar with the broadway theme so alot may be different already. good luck and if you develop some code or make changes post them here so all can see
What would have to be edited in collections.php, to change it to have more collections in a row? Using lucid theme. Also, is it possible to not have collections at all, to simply have albums?