Tagged: categories, mediapress
Hi Piotr,
It is not inbuilt functionality for MediaPress.@ravi1987 is working on it and we may have it available in next 2 days.
PS: you can use custom taxonomies but in that case you will need to add UI for the front end to allow users to choose category.
Thank you
BrajeshHi Piotr,
You can use the following hooks list category on add, edit gallery form
add_action( 'mpp_after_edit_gallery_form_fields', 'add_mpp_gallery_category_taxonomy' ) add_action( 'mpp_before_create_gallery_form_submit_field', 'add_mpp_gallery_category_taxonomy' )
Thank You
RaviHi Piotr,
I have just completed the addon for MediaPress. This will able user to create categories and assign MediaPress Gallery into those categories. Please check the GitHub link
https://github.com/mediapress/mpp-gallery-categories
Thank You
RaviHi,
I will suggest waiting for the official update.You should be able to create categories from dashboard. Users should be able to assign those categories to their gallery. The on thing it needs is updated version of MediaPress. We will have an official release mid next week.
Thank you
Brajesh
You must be logged in to reply to this topic.