Skip to content

Instantly share code, notes, and snippets.

@priscillamc
Created March 4, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priscillamc/4333888fcc361db855de to your computer and use it in GitHub Desktop.
Save priscillamc/4333888fcc361db855de to your computer and use it in GitHub Desktop.
Shortcode to list page attachments using the WordPress List Category Posts plugin https://wordpress.org/plugins/list-category-posts/
<!-- Replace CURRENT_PAGE_ID for the post_parent to only display attachments of a certain page -->
[catlist post_type="attachment" post_parent="CURRENT_PAGE_ID" numberposts=-1 post_status="publish,inherit" orderby="title" order="ASC" no_posts_text="No files found"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment