Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Multiple Post Thumbnails

Beschrijving

Voegt meerdere thumbnails toe aan een berichttype. Als je ooit meer dan één uitgelichte afbeelding op een bericht hebt gewild, is deze plugin iets voor je.

Schermafdrukken

  • Beheerder meta box toont een nieuwe thumbnail met de naam 'Secundaire afbeelding'.
  • Media modal met afbeeldingen bij het bericht en een 'Secundaire afbeelding' geselecteerd.
  • Beheerder meta box met de 'Secundaire afbeelding' geselecteerd.

Installatie

Raadpleeg de volledige documentatie op https://github.com/voceconnect/multi-post-thumbnails/wiki

FAQ

Als je problemen hebt met deze plugin, log ze dan in het Github repo voor deze plugin. Dit wordt gedaan om onze problemen te centraliseren en ervoor te zorgen dat er niets onopgemerkt blijft.

De URL voor het loggen van een probleem is https://github.com/voceconnect/multi-post-thumbnails/issues

Zie veelgestelde vragen op https://github.com/voceconnect/multi-post-thumbnails/wiki/Frequently-Asked-Questions

Beoordelingen

19 januari 2017
I updated the plugin from 1.3 version to 1.6.6. but it didn't work anymore. When I selected an image as an additional post thumbnail, the pop-up window closed but the selected image didn't appear in page's thumbnail preview window. And after saving the changes to page, the thumbnail image didn't appear in the actual page either. For now, I rolled back to version 1.3 and it works as it should. But I would like to update to version 1.6.6. since the pop-up window for selecting additional post thumbnails is much easier to use and more stylish with 1.6.6. version when compared to 1.3. version. I also tried the fixed found from this topic (https://wordpress.org/support/topic/bugfix-bug-with-multiple-post-types-wp-4-5/) but that didn't work either.
3 september 2016 1 reactie
Even though this plugin hasn't been updated in a long time, it still works great! So I guess there's just no reason for the developer to have it updated. 😉 For me this plugin is one of the easiest ways to selectively add a header image. I want it on some pages, but not on others. Using the standard Featured Image function will set it foor all or none, so that's not flexible enough. One suggestion for an update though: Now you still need to add the following snippet to your theme's function.php. if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Secondary Image', 'id' => 'secondary-image', 'post_type' => 'post' 'post_type' => 'page' ) ); } It would be great if the plugin did this automatically. That will also keep the plugin active if you switch themes. P.S. To add the meta box to other post types, just add it to the snippet. 'post_type' => 'event' will add it for Events Manager, for example. 😉
3 september 2016 1 reactie
I installed this plugin o a custom theme where I was using the first featured image as a background image and after installing this, surprise! Not working 🙁 Tried te disable/delete it, and surprise again! Still not working. So this plugin messed up my database. Thanks, developers!
Lees alle 42 beoordelingen

Bijdragers & ontwikkelaars

“Multiple Post Thumbnails” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Multiple Post Thumbnails” is vertaald in 6 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Multiple Post Thumbnails” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

Na versie 1.3 werden releases bijgehouden op GitHub: https://github.com/voceconnect/multi-post-thumbnails/releases

Historische uitgaven staan hieronder:

1.3

  • Toon ingestelde links niet in mediaschermen als ze niet in context staan (dankzij prettyboymp). Voceplatforms toevoegen als auteur. FAQ geüpdatet.

1.2

  • Enqueue beheer scripts alleen op benodigde pagina’s (dankzij johnjamesjacoby) en zorg ervoor dat thickbox is geladen (dankzij prettyboymp). Voeg media-upload script toe aan afhankelijkheden voor berichttypen die dit nog niet nodig hebben (dankzij kevinlangleyjr).

1.1

  • FAQ update. Leesmij opruimen. Roep geen null. Voer geen link uit naar het origineel als er geen afbeelding is.

1.0

  • Gebruik get_the_ID() in get_the_bericht_thumbnail. Props helgatheviking.

0.9

  • Verhoog alleen de versie om te proberen de plugin versies weer synchroon te krijgen.

0.8

  • Wijzigingen aan initiële acties vanaf 0.7 terugdraaien. Opgelost beheer metaboxen worden niet weergegeven wanneer de multiPostThumbnails klasse is geïnstantieerd in een actie in plaats van functions.php

0.7

  • Acties/filters toevoegen aan initiële actie. Moet oplossing beheer metaboxen niet tonen of niet in volgorde tonen. Dankzij arizzitano.

0.6

  • Update get_the_bericht_thumbnail retourfilter om format {$bericht_type}_{$thumb_id}_thumbnail_html te gebruiken waardoor er gefilterd kan worden op berichttype en thumbnail id, wat de bedoeling was. Props gordonbrander.
  • Update de URL van de plugin zodat deze verwijst naar de plugin folder

0.5

  • Update readme om te controleren op de MultiBerichtThumbnails-klasse voordat deze wordt aangeroepen.

0.4

  • Toegevoegd: optioneel argument $link_to_original aan *_the_bericht_thumbnails template tags. Met dank aan gfors voor de suggestie.
  • Opgelost: PHP waarschuwing in mediabeheerder vanwege niet-bestaand object

0.3

  • Opgelost: controleer bij het weergeven van de invoeg link in de mediabibliotheek het bericht_type zodat het alleen wordt weergegeven voor het geregistreerde type.

0.2

  • Documenten en schermafbeeldingen updaten. Update getest tot release 3.0.

0.1

  • Initiële versie.