trying to add a list of all albums to my home page

i am thinking of adding a list of album titles with a link to the album to my index.php page.

how do i do this?

also, can i make a list of the 10 most recent albums?

Comments

  • The printAlbumMenu function will accomplish your first goal. For the second, use printLatestAlbums.
  • drazin Member
    when i try to use the printAlbumMenu, i get this,

    Fatal error: Call to undefined function printAlbumMenu() in /nfs/c01/h12/mnt/9605/domains/shotsofrock.com/html/themes/shotsofrock/index.php on line 69
  • You will need to enable the print_album_menu and image_album_statistics plugins.
Sign In or Register to comment.