5 ms·
"Why are the tutorials presented in reverse order?" Probably because it's a WordPress site and the author didn't get around to adding query_posts($query_str
by systemtrigger 15y ago
"Why are the tutorials presented in reverse order?"
Probably because it's a WordPress site and the author didn't get around to adding
query_posts($query_string."&order=ASC");
to index.php before the if(have_posts()) logic.