Before you ask please READ THIS

reverse the sorting pictures in album

edited August 2013 in Hypershot Posts: 12
Hello!

How i can reverse the sorting pictures in album automatically (in the reverse order)? Maybe when i upload image to albums? And for albums that I already created.
Post edited by Air on

Comments

  • AirAir
    Posts: 10,970
    Hello

    What you mean by Album? Work or Gallery?
    In Galleries you have optionItems order and there you can change order.

    With regards.
  • edited August 2013 Posts: 12
    here: http://ivanesi.com/album/chernoe-k-belomu/

    I can sort it manually, but if there is a lot of pic - it is a problem.
    Post edited by ivanesi on
  • AirAir
    edited July 2014 Posts: 10,970
    ivanesi said: here: http://ivanesi.com/album/chernoe-k-belomu/
    So you don't have Beach Please but Hypershot theme. Wrong category:-)

    To change this order you will have to go to hypershot\advance\cpt_album.php line 303
    and change
    for( $i = 0; $i < $media_count; $i++ ){
    to
    for( $i = $media_count-1; $i >= 0; $i-- ){
    With regards.
    Post edited by Air on
  • Posts: 12
    Thanx!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!