Skip to main content
  Tuesday, March 07 2017
  5 Replies
  2K Visits
  Subscribe
Hello,

Is there any way to display a gallery using the floder ID ?
Example : like calling a function or a shortcode ?
T
Hi,

This is currently not possible but we've planned to develop, in a couple of month, a real gallery manager based on folders.
Currently this is all we've got, sorry :)

Cheers,
D
7 years ago
But there is any WP solution to retrieve the posts (attachments) from the wpmf_category tax ??
T
OK I'll ask that to the developer because I'm not sure.

Cheers,
V
7 years ago
Hi, to get attachments in a folder , you can use : get_objects_in_term($folderID, 'wpmf-category');
You can get list of folders by: $terms = get_categories(array('taxonomy' => 'wpmf_category','hide_empty' => false));

Regards,
D
7 years ago
Exactely what I was looking for !
Thanks
  • Page :
  • 1
There are no replies made for this post yet.