Integration with WP Media Folder
-
I think this plugin does exactly what I need to display an archive of PDF newsletters.
I am using “WP Media Folder” to help me organize my media files.
I want to drop all my old newsletter PDF files into a “folder” named “archive” in WP Media Folder and then want Document Gallery to pick them up.
WP Media Folder just shows me folders on the screen, but organizes under the surface using categories in a custom taxonomy:
register_taxonomy( ‘wpmf-category’, ‘attachment’, array( ‘hierarchical’ => true, ‘show_in_nav_menus’ => false, ‘show_ui’ => false ) );
When I create a page
[dg taxon_name=wpmf-category category=’Archive’]
I get the response,
“The taxon value entered, “taxon_name”, is not valid.
Archive is not a valid term name in category.”How would I get to my uploaded documents from DG?
Thanks for any help!
Georg
- The topic ‘Integration with WP Media Folder’ is closed to new replies.