Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Random Images

Beskrivelse

The [random_images] shortcode will display an unstyled set of random images.

Six images will display at thumbnail size linked to attachment pages by default.

To change the number of images and the size:

[random_images total=4 size=medium]

To make the links point to image files instead of attachment pages:

[random_images link=file]

If you have any questions, please ask in the support forum.

Skjermbilder

Installasjon

  1. Download archive and unzip in wp-content/plugins or install via Plugins – Add New.
  2. Start using the [random_images] shortcode in your content.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Random Images» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

1.0

  • Vastly improve performance by querying for image IDs before running more complex queries.

0.7.1

  • Switch to using the class as a namespace so it can be called directly in theme files.
  • Update code example in readme.txt, move to FAQ.
  • Add an option to link directly to files instead of attachment pages.

0.7

  • First version