Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

real.PostImages

Descripción

English read below

Плагин дает возможность прикреплять дополнительные изображения к записям (в отдельной области, как дополнительное поле).

Для получения массива с информацией об изображения записи, можно использовать функцию get_post_images($post_id). Если параметр $post_id не указан, то будет взят ID текущей записи $post->ID.

Machine translation:

The plugin gives you the possibility to add images to the posts (in separate area, as an custom field).

To get the array with information about the posts images, you can use the function get_post_images($post_id). If the parameter $post_id is not specified, it will be taken ID of the current post $post->ID.

Capturas

  • Дополнительная область | Separate area
  • Окно добавления изображений | Window to add images

Instalación

Как и любой другой плагин WordPress.

Machine translation:

Like any other WordPress plugin.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«real.PostImages» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «real.PostImages» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3

  • Добавлена поддержка страниц и пользовательски типов записей.

Machine translation:

  • Added support for Pages and Custom Posts Types.

1.2

  • Изменилась структура ар ива возвращаемы данны .

Machine translation:

  • Changed the array structure of the returned data.

1.1

  • Добавлена функция для получения информации об изображения записи get_post_images($post_id).

Machine translation:

  • Added function to get information about the posts images get_post_images($post_id).