There should be a call for including all attachments---list_attachments for example---to list all uploads.
You could then exclude certain categories of attachments, such that you would be able to have one list of all the photos you've taken.
There should be a call for including all attachments---list_attachments for example---to list all uploads.
You could then exclude certain categories of attachments, such that you would be able to have one list of all the photos you've taken.
yesplease. wp_list_attachments('p='. $post->ID);
would be thoroughly excellent. there are plugins, but they're not great, and any plugins that query the database are prone to future borkage.
http://codex.wordpress.org/Template_Tags/get_posts#Show_all_attachments
might be a nice default function but can be done already with some code
The List Child Attachments plugin handles this:
http://code.google.com/p/list-child-attachments/
This topic has been closed to new replies.