Viewing 1 replies (of 1 total)
  • found and replace in related-posts-thumbnails.php:

    $order = ” ORDER BY RAND() LIMIT ” . $posts_number;

    replace by:

    $order = ” ORDER BY post_date DESC LIMIT ” . $posts_number;

    That’s all.

    Ernesto Bustos
    http://alertaroja.net/

Viewing 1 replies (of 1 total)
  • The topic ‘Order by date?’ is closed to new replies.