Title: spbitticks's Replies | WordPress.org

---

# spbitticks

  [  ](https://wordpress.org/support/users/spbitticks/)

 *   [Profile](https://wordpress.org/support/users/spbitticks/)
 *   [Topics Started](https://wordpress.org/support/users/spbitticks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spbitticks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spbitticks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spbitticks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spbitticks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spbitticks/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Show lastest post on home page but multiple posts on archive pages](https://wordpress.org/support/topic/show-lastest-post-on-home-page-but-multiple-posts-on-archive-pages/)
 *  [spbitticks](https://wordpress.org/support/users/spbitticks/)
 * (@spbitticks)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/show-lastest-post-on-home-page-but-multiple-posts-on-archive-pages/#post-882578)
 * I could only get this to work properly after creating a home.php file that was
   an exact copy of my index.php file, except that I inserted the code as outlined
   above. There’s a full description here:
 * [http://skdstudio.com/blog/how-to-make-wp-show-only-one-post-on-the-front-page](http://skdstudio.com/blog/how-to-make-wp-show-only-one-post-on-the-front-page)
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Reverse the Post Order](https://wordpress.org/support/topic/reverse-the-post-order/)
 *  [spbitticks](https://wordpress.org/support/users/spbitticks/)
 * (@spbitticks)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/reverse-the-post-order/#post-836184)
 * I got this to work. There are two problems as I see. Firstly, the information
   as posted is inside of smart quotes, so change “&order=ASC” to “&order=ASC”.
 * If there is any code already above the if(have_post) section, you must insert
   the query_post info there. On my template, that code was for a header. So, my
   functioning code is as follows:
 * > <?php get_header(); query_posts($query_string . “&order=ASC”); ?>
   >  <?php if(
   > have_posts()) : ?>

Viewing 2 replies - 1 through 2 (of 2 total)