Title: Document Repository
Last modified: August 19, 2016

---

# Document Repository

 *  [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * (@ameeker)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/document-repository/)
 * I am working on a site for a city commission. They need to display an archive
   a large number of documents (not necessarily display the text of teh documents,
   though). The text of documents, articles, etc… that we want to feature will be
   actually shown on the site – but there are many others that have to be archived
   publicly for legal reasons.
 * Here is an example:
    [http://www.clintonvilleareacommission.org/FileShare/folder_list.asp?cmid=2980](http://www.clintonvilleareacommission.org/FileShare/folder_list.asp?cmid=2980)
 * Any thoughts on the easiest, CLEANEST way to do that with WP? I feel like it’s
   right in front of me.

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

 *  [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/document-repository/#post-1356230)
 * Your site seems to be “Powered By ActiveSite” and not WordPress.
 *  Thread Starter [Angie Meeker](https://wordpress.org/support/users/ameeker/)
 * (@ameeker)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/document-repository/#post-1356238)
 * That site is not my site.
 * My site is a WP site.
 * I was using the above as an example.
 *  [Michael Fields](https://wordpress.org/support/users/mfields/)
 * (@mfields)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/document-repository/#post-1356401)
 * Sorry for misunderstanding you. Are you referring to the “Meeting Agendas, Documents,
   and Minutes” section of the above site? If so, this can be done ( with a bit 
   of custom code ) with WordPress.
 * The simplest way would be to create a page hierarchy that looks somewhat like
   this:
 * Documents
    – CAC Meeting Agenda – City Project Documents – Survey Results – (
   etc…)
 * Each page under _Documents_ would be a “child” page.
 * Once the page hierarchy is complete, you will need to upload all of your files
   for each of the child pages through the media upload feature on each page.
 * After your files are uploaded, you will want to create a [Custom Page Template](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
   which will pull all attachments associated with the page that you apply it to.
   Each page listed under the _Documents_ page will need this page template applied
   to it.
 * Normally, when I am creating a page template like this, I will open the page.
   php file from my theme and _save as_ under a new name.
 * For your situation, you will want to use the [get_children()](http://codex.wordpress.org/Function_Reference/get_children)
   function to return the files that you have uploaded. Please see the linked codex
   page for an example.

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

The topic ‘Document Repository’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Michael Fields](https://wordpress.org/support/users/mfields/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/document-repository/#post-1356401)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
