How does wp_get_attachment_url work?
-
Hello, I’ve spent 1 hour trying to figure this out..
I have the following code inside the loop for the articles:
<?php if ($attachments) { foreach ($attachments as $attachment) { ?> <img src="<?php echo wp_get_attachment_url($attachment->ID); ?>" /> <?php }} ?>What does attached really mean? It’s not inserting it into the post, right?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How does wp_get_attachment_url work?’ is closed to new replies.