Album covers

 

Cover Types

Basically there are 3 types of album covers: Standard, Long Description and Image Factory.
They mainly differ in lay-out.
The default cover type to be used in your site can be set in Basic settings -> Albums -> III: Album cover layout settings -> Item 4: Cover type.
For individual albums you can set a different cover type on the albums admin page.

You can configure a lot of layout features, like size and position of the cover image, height of the cover, link type from the cover image and much more in Basic settings -> Albums and Basic settings -> Links -> II: Links from standard images -> Item 1: Cover Image.

Columns

If you want to display the covers in multiple columns, you can set the maximum width for a cover in Basic settings -> Albums -> I: Album cover size specifications -> Item 1: Max Cover width. If done so, wppa will compute how many covers will fit on a row.
On responsive themes, this number will be dynamicly adjusted if needed.

If you run on a responsive theme and you want the albums to be displayed in multiple columns, select the album type you want with the addition mcr. Mcr stand for 'Multi Column Responsive'.
If the display consists out of one album cover only, the max coverwidth restriction is ignored, the cover will fill the whole available width on the page (unless your shortcode contains a size="..." specification).

Examples

All examples on this page use 'mcr' cover types.

Exaple #1 Standard mcr:

The cover photo placed at the right hand side, and the sub-album links display set to micro thumbnails, (see Basic settings -> links -> IV: Other links -> Item 12: Album cover subalbums link).

Docs by subjectAlbum covers

First album

Hier ist die Beschreibung des erstes Album. Es enthalt eben ein € in die tekst.
3237
Anzeigen: 69610
Album herunterladen
Kategorie: Demo

Second album

You can even have a link here! Je kan hier zelfs een link hebben!
4
Anzeigen: 206365

Bogolyubov

A contribution from wlukas
This album displays the thumbnails in the alternative size
2209
Anzeigen: 34850
Album herunterladen
Kategorien: Art, Demo

Fractals

Fractals made by OpaJaaps program Fractals 1.0
3473
Anzeigen: 24527

Exaple #2 Long description mcr:

The cover photo at the left

Docs by subjectAlbum covers
3237
Anzeigen: 69610
Hier ist die Beschreibung des erstes Album. Es enthalt eben ein € in die tekst.
Album herunterladen
Kategorie: Demo
4
Anzeigen: 206365
You can even have a link here! Je kan hier zelfs een link hebben!
2209
Anzeigen: 34850
A contribution from wlukas
This album displays the thumbnails in the alternative size
Album herunterladen
Kategorien: Art, Demo
3473
Anzeigen: 24527
Fractals made by OpaJaaps program Fractals 1.0

Exaple #3 Image Factory mcr:

The cover photos placed at the top, and the sub-album links display set to A list with (sub)subalbums.

Photos by Jules Gobeil (www.julesgobeil.com)
2173
(wppa-admin)
Camera info
Views: 1572 times
https://wppa.nl/wp-content/wppa-pl/Birds/040515ae004kf.jpg
Bewertung: 4.25
5 Kommentare
1572 Ansichte
2176
050203ae116kf.jpg (wppa-admin)
Camera info
Views: 3947 times
https://wppa.nl/wp-content/wppa-pl/Birds/050203ae116kf.jpg
Bewertung: 4.40
3947 Ansichte
2177
050524AE0023kf.jpg (wppa-admin)
Camera info
Views: 780 times
https://wppa.nl/wp-content/wppa-pl/Birds/050524AE0023kf.jpg
Bewertung: 4.00
780 Ansichte
2178
050604ae0009kf.jpg (wppa-admin)
Camera info
Views: 647 times
https://wppa.nl/wp-content/wppa-pl/Birds/050604ae0009kf.jpg
Bewertung: 4.50
647 Ansichte
2179
060805ae072k2f.jpg (wppa-admin)
Camera info
Views: 739 times
https://wppa.nl/wp-content/wppa-pl/Birds/060805ae072k2f.jpg
Bewertung: 4.80
739 Ansichte
2180
070509ae007kf.jpg (wppa-admin)
Camera info
Views: 989 times
https://wppa.nl/wp-content/wppa-pl/Birds/070509ae007kf.jpg
Bewertung: 4.00
989 Ansichte
2181
100602am131kf.jpg (wppa-admin)
Camera info
Views: 439 times
https://wppa.nl/wp-content/wppa-pl/Birds/100602am131kf.jpg
Bewertung: 4.00
439 Ansichte
2182
110813am183kf.jpg (wppa-admin)
Camera info
Views: 495 times
https://wppa.nl/wp-content/wppa-pl/Birds/110813am183kf.jpg
Bewertung: 4.00
495 Ansichte
2175
Mallard Duck in automn gold (F) (wppa-admin)
Camera info
Views: 872 times
https://wppa.nl/wp-content/wppa-pl/Birds/041013ab014kf.jpg
Bewertung: 4.67
1 Kommentar
872 Ansichte
2174
Mute Swan (wppa-admin)
Camera info
Views: 871 times
https://wppa.nl/wp-content/wppa-pl/Birds/040626ab039kf.jpg
Bewertung: 4.00
2 Kommentare
871 Ansichte

Displaying single covers

The shortcode:
[wppa type="cover" album="..."] displays the cover of the given album(s). If you want to display one or only a few covers, use this type of shortcode.

If you want to display the covers of all sub-albums of a certain parent album, use the shortcode:
[wppa type="covers" album="..."]

The album specification can be one of the following:

  • A positive integer number, being the id of an album
  • A $-sign followed by an album name. Note: the name is case sensitive and also language sensitive if you use qTranslate!
  • An enumeration and/or range of album numbers. An enumeration is a sequence of numbers seperated by single dots: e.g. 3.7.12.8.24 A range is a number, two dots followed by anothe number: e.g. 3..7 Both methods can be combined: e.g. 3..7.12.56.34..36

This example shows the covers of albums 2, 35 and 50.
[wppa type="cover" album="2.35.50"]

Docs by subjectAlbum coversVerschiedene Alben

Photo of the day

Here are the photos used in the photo of the day widget.
4223
Anzeigen: 198329

Second album

You can even have a link here! Je kan hier zelfs een link hebben!
4
Anzeigen: 206365

The second example shows the cover of the album with title Microscope.
Note that the display of one cover only uses the whole available width.
[wppa type="cover" album="$Microscope"]

The third example shows the covers of the sub-albums of album number 2.
[wppa type="covers" album="2"]