sort posts in homepage
-
hi all
i have wordpress installed in my server and localhost , it’s the same blog, changes in db just
so in my server it’s showing the posts in homepage older->newer “asc”
but in my localhost it’s sorting from newer->older “desc”
i tried everything to sort them in server home page but it’s not working
i put
$posts = query_posts($query_string . ‘&orderby=ID&order=DESC’);
this should work Right ?
well it’s working in the localhost but not in the server
my wordpress version is 2.0.7thanx for advise
-
Sorry – but you are in the wrong forum. This forum is for blogs hosted at wordpress.COM and we use different software here. Since you are self-hosted, head over to http://wordpress.ORG/support/
- The topic ‘sort posts in homepage’ is closed to new replies.