Hello mates, Can any body help me out of this.., Actually if you write any post in wordpress, it will appears at latest(first post) in our home page right..!!!! In my home page am using... <?php if (have_posts()) : while (have_posts()) : the_post(); ?> PHP: But i want to display my latest post as last post.., i mean latest post after the first post, hope you got my point. exactly....__ Displaying oldest post on top, Would be greateful to your help.
check this page http://codex.wordpress.org/Function_Reference/WP_Query Code (markup): use Order & Orderby Parameters