Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

7K Image Uploader Meta Box

Описание

Only single featured image is not enough sometimes. So you can have one more by using this plugin. It is just 7 kilobytes PHP file which adds image uploader field under post editor.

Installation

  1. Download the 7K Image Uploader Meta Box Plugin.
  2. In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
  3. Activate the plugin.
  4. Done! The image uploader meta box will appear on add/edit post (Check the screenshots).

Printing the image output is very simple. Just use this code in your template file.

$id = get_post_meta($post->ID, 'iumb', true);
$image = wp_get_attachment_image_src($id, 'full-size');
echo $image;

This very first release doesn’t support custom post type. Worry not, for the next version it does.

Support

Contact the plugin author: Kharis Sulistiyono

Developer

Are you a developer want to contribute to develop this plugin? Go to GitHub page.

Скриншоты

  • Uploader field
  • WordPress media uploader
  • Image uploaded
  • Image selected

Установка

  1. Download the 7K Image Uploader Meta Box Plugin.
  2. In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
  3. Activate the plugin.
  4. The image uploader meta box will appears on add/edit post.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«7K Image Uploader Meta Box» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «7K Image Uploader Meta Box» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Initial release