I have wordpress page with content and image gallery. when i print_r my content,it shows like below
stdClass Object
(
[ID] => 4558
[post_author] => 1
[post_date] => 2011-09-22 05:34:44
[post_date_gmt] => 2011-09-22 05:34:44
[post_content] =>
Nayer has pursued her passion for art since childhood.
She believes that art should have a positive influence in the world and on our life experiences.
She studied in Persia at Tehran University and at California State University, Los Angeles.
[post_title] => About the Water Artist
[post_excerpt] =>
[post_status] => publish
[comment_status] => open
[ping_status] => open
[post_password] =>
[post_name] => about-the-water-artist
[to_ping] =>
[pinged] =>
[post_modified] => 2011-11-22 04:59:58
[post_modified_gmt] => 2011-11-22 04:59:58
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://nagu.wordpress.net/?page_id=4558
[menu_order] => 0
[post_type] => page
[post_mime_type] =>
[comment_count] => 0
[ancestors] => Array
(
)
[filter] => raw
)
from the above response in [post_content] i found gallery shortcode . the images are not shown.
Is there any possibility to extract the images url alone using that shortcode from post content?.
I use below code for extract images from gallery shortcode, It’s working.