/ Published in: PHP
URL: http://www.instantshift.com/2009/12/08/22-latest-exceptional-wordpress-hacks/
Expand |
Embed | Plain Text
'post_type' => 'attachment', 'numberposts' => null, 'post_status' => null, 'post_parent' => $post->ID ); $attachments = get_posts($args); if ($attachments) { foreach ($attachments as $attachment) { the_attachment_link($attachment->ID, false); } }
You need to login to post a comment.
