We'll create fresh WordPress site with real.PostImages installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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
.