[bw_table post_type=attachment post_mime_type=application/pdf post_parent=. orderby=date order=DESC posts_per_page=6 fields=title,post_date,parent]
1 to 6 of 13
Notes
- Use the
post_mime_type=parameter to select the attachment type to list. - Use
post_parent=.to list all attachments regardless of the post it’s attached to - He we use
fields=title,post_date,parentto display the post title as a link, the publication date and the post’s parent post ID.
