Before you ask please READ THIS

Multiple albums


I need to create multiple albums to be displayed randomly. However, I just can set one album on “Main settings”. How can I solve this?

Comments

  • AirAir
    Posts: 10,970
    Hello again.

    Such mechanics breaks any caching systems and also google positioning, so we never implemented such thing.

    However you can do such change:
    -In settings choose to display Selected album on front page
    -Go to spaceship\front-page.php
    -Change line ~35
    $wp_query = new WP_Query( array('p' => $fp_album, 'post_type' => CUSTOM_POST_TYPE ) );
    to
    $wp_query = new WP_Query( array('orderby'        => 'rand', 'post_type' => CUSTOM_POST_TYPE ) );
    -done.

    With kind regards.
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!

In this Discussion