Attachment ID not displaying IDs
-
Hi, I’ve just updated and I am using the new code to get featured images in a post loop. I am trying to loop out all the media IDs but :
if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image; $attachments = $dynamic_featured_image->get_featured_images(); foreach($attachments as $attachment) { print ($attachment['attachment_id']); }
The code is not working, it will display the image URLs however?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Attachment ID not displaying IDs’ is closed to new replies.