Helping you Build Your Own Social Network!

Faster, better and easier!

[closed]

Ordering galleries in gallery directory

(3 posts) (2 voices)

Tags:


  1. 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

    Posted 6 months ago #
  2. 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.

    Posted 6 months ago #
  3. It works ! Thanks

    Posted 6 months ago #

Topic Closed

This topic has been closed to new replies.