Skip to main content
  Friday, March 05 2021
  3 Replies
  1.1K Visits
  Subscribe
Hi Joom & co,

I just purchased the plugin to help organize my photography and it looks great on the backend. I'm just having a little bit of trouble finding documentation on how the taxonomies work behind the scenes. I'd like to be able to create a folder for my photos and query against that (REST api stuff instead of any gallery plugins).

Is there a page with documentation for how to do this?
R
3 years ago
The documentation is really bad.
Please update it with some useful info like this.
A
3 years ago
Hi,

Thanks for contacting us here about this extension.

I just purchased the plugin to help organize my photography and it looks great on the backend. I'm just having a little bit of trouble finding documentation on how the taxonomies work behind the scenes. I'd like to be able to create a folder for my photos and query against that (REST api stuff instead of any gallery plugins).

Is there a page with documentation for how to do this?


It's the technical problem, please drop us a ticket (menu Support > Support ticket).
Our developer in charge will take a look at that. I'm sorry, here is the pre-sales forum.


Thanks a lot!
Kind Regards,
After further research, we installed WP REST API Controller. This plugin extends the base WordPress API to include a wpmf-category filter. So you can do something like:

https://mysite.com/wp-json/wp/v2/media?wpmf-category=1913&_fields=title,source_url&orderby=title&per_page=100&page=1&order=asc
  • Page :
  • 1
There are no replies made for this post yet.