Changes between Initial Version and Version 1 of Ticket #26812
- Timestamp:
- 01/11/2014 03:04:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26812 – Description
initial v1 10 10 11 11 Now on front end, index.php page I want to show attachment information associated with images, videos like title, description. I am using following code inside loop. 12 13 {{{ 12 14 <?php 13 15 … … 21 23 //print_r($mchilds); 22 24 ?> 25 }}} 26 23 27 Resulting array $mchilds contains info about only one attachment. I have inserted 2 images and 2 videos, but $mchilds array is containing info of first one only. 24 28 When I checked the database and run this query in database "select * from wplr_posts where post_parent='111'" then I found that other 3 attachments have value "revision" for "post_type" column.