Hello
Me again…difficult to stay a long time without this plugin ๐
So my question, is it possible to have a list of all media in a gallery group ?
So i have try to add this :
<?php echo do_shortcode(“[mpp-list-media]”); ?>
in the template /groups/home.php
But it doesn’t work.
I would like to list all the media and not the gallery.
Thanks for your help
Franรงoise- This topic was modified 7 years, 6 months ago by Brajesh Singh. Reason: moved to MediaPress community suport forum
Hi Francoise,
Welcome back ๐The code should be like this
<?php echo do_shortcode("[mpp-list-media component='groups' component_id='" . bp_get_current_group_id() ."']"); ?>
Please try that and let me know if that works for you or not?
Thank you
BrajeshHi Francoise.
Can you please try running the same in the sidear and see if that works for the group.In the above code, we are explicitly asking to list all media types for current group.
Hi Francoise,
I am sorry I missed to follow up after your last post.Do you need further assistance on this?
Thank you
Brajesh
The topic ‘ [Resolved] Group list media’ is closed to new replies.