Title: Display folder from ID
Last modified: October 13, 2021

---

# Display folder from ID

 *  Resolved [pixelshrink](https://wordpress.org/support/users/pixelshrink/)
 * (@pixelshrink)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/display-folder-from-id/)
 * Hi, I’m trying to display a certain folder by its ID outside of the Docs pages,
   is there a function that could do that for me?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [David Cavins](https://wordpress.org/support/users/dcavins/)
 * (@dcavins)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/display-folder-from-id/#post-14993429)
 * Sure, you can use a loop like `bp_docs_has_docs( array( 'folder_id' => {folder_to_display}));`
   See [https://github.com/boonebgorges/buddypress-docs/blob/master/includes/templates/docs/docs-loop.php#L113](https://github.com/boonebgorges/buddypress-docs/blob/master/includes/templates/docs/docs-loop.php#L113)
   for an example you could cadge.
 * Or you could add the query parameter to your directory page’s url, like `https://
   mysite.com/docs/?folder={folder_to_display}`
 *  Thread Starter [pixelshrink](https://wordpress.org/support/users/pixelshrink/)
 * (@pixelshrink)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/display-folder-from-id/#post-15037499)
 * Thanks for your help, that’s great.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display folder from ID’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-docs.svg)
 * [BuddyPress Docs](https://wordpress.org/plugins/buddypress-docs/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-docs/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-docs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-docs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-docs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pixelshrink](https://wordpress.org/support/users/pixelshrink/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/display-folder-from-id/#post-15037499)
 * Status: resolved