Remove album description at album level

Hi All,

I'm using the default theme and I would like for the album description to not show up on the primary album page but to show up on the next page. Does that make sense?

Album 1 - no description
Thumbnails within album 1 - yes description!

Thanks in advance!

P

Comments

  • acrylian Administrator, Developer
    I assume you are talking about the index.php albums. In that case open your theme's index.php and localte the `while(next_album)`loop and remove `

    <?php printAlbumDesc(); ?>

    `
  • It worked perfectly! I can't tell you how helpful everyone on this forum is!

    Much love!

    P
  • Hi,

    After reading this I wondered if you can do this with sub albums?

    Main page - Album (just a container for sub albums) - yes description

    Thumbnails of Sub Albums - no decription (where is this page generated from? album.php?)

    Sub Album content thumbnails page - yes description

    Hope that makes sense!
  • Certainly. Do as acrylian suggests above, but from the album.php file.
  • Still helping folks, years later. Thanks!
Sign In or Register to comment.