Forums
(@alertaroja)
12 years, 7 months ago
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/