Hi Brajesh,
I would to order the galleries by creation date in order to see the latest created galleries first in the gallery directory. What should I do for the same?
thanks for your help
Faster, better and easier!
Hi Brajesh,
I would to order the galleries by creation date in order to see the latest created galleries first in the gallery directory. What should I do for the same?
thanks for your help
Please open gallery/gallery-loop.php and change this line
<?php if ( bp_has_galleries( bp_ajax_querystring( 'gallery' ) ) ) : ?>
to
<?php if ( bp_has_galleries( bp_ajax_querystring( 'gallery' )."&orderby=date&sort_order=DESC" ) ) : ?>
That should do it.
It works ! Thanks
This topic has been closed to new replies.