Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Upload Multiple Image

Opis

This plugin adds a meta box for multiple images for all posts and pages. please see installation instructions.

Retrive all image using function get_multiple_image($post_id)

Zrzuty ekranu

Instalacja

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. To retrieve linked images, Use get_multiple_image() into the loop which return an array of image URLs

Najczęściej zadawane pytania

Q:How to get all uploaded image for post/page

Ans: Using \”get_multiple_image($post_id)\” function you can retrieve all image uploaded vai this plugin into an array();

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„Upload Multiple Image” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

  • First stable release.