Viewing 3 replies - 1 through 3 (of 3 total)
  • jeegrobot

    (@jeegrobot)

    Yes it’s possible. In the post-tiles.php file, change the code in the line 506

    // the loop
    if (have_posts()) : while (have_posts()) : the_post();

    into this

    // the loop
    query_posts( 'orderby=rand' );
    if (have_posts()) : while (have_posts()) : the_post();

    Thread Starter Dani

    (@danicasati)

    Thank you.
    But when plugin is updated, changes will lost.
    It would be better to add an option in admin in order to choose display mode.

    Maybe in next version?

    jeegrobot

    (@jeegrobot)

    I don’t know. I’m not the plugin’s author, I’m just another user ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Random load of tiles instead of date’ is closed to new replies.