Title: 3zzy's Replies | WordPress.org

---

# 3zzy

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No posts show on Homepage](https://wordpress.org/support/topic/no-posts-show-on-homepage/)
 *  Thread Starter [3zzy](https://wordpress.org/support/users/3zzy/)
 * (@3zzy)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/no-posts-show-on-homepage/#post-1309079)
 * Yes, tried the default theme.
    Yes, using the same files/db without change (except
   URL ofcourse) Yes, updated the permalink via admin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No posts show on Homepage](https://wordpress.org/support/topic/no-posts-show-on-homepage/)
 *  Thread Starter [3zzy](https://wordpress.org/support/users/3zzy/)
 * (@3zzy)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/no-posts-show-on-homepage/#post-1309029)
 * I didn’t know, well its the same anyway.
 * Yes, its just a portion from index.php, should I paste it full?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No posts show on Homepage](https://wordpress.org/support/topic/no-posts-show-on-homepage/)
 *  Thread Starter [3zzy](https://wordpress.org/support/users/3zzy/)
 * (@3zzy)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/no-posts-show-on-homepage/#post-1309024)
 * I’ve never been lucky to receive any help on the ‘official’ wordpress forum :
   S
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying only 1 posts on homepage](https://wordpress.org/support/topic/displaying-only-1-posts-on-homepage/)
 *  Thread Starter [3zzy](https://wordpress.org/support/users/3zzy/)
 * (@3zzy)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/displaying-only-1-posts-on-homepage/#post-788687)
 * Nevermind, fixed it.
 * Thanks anyway, Vaughan.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying only 1 posts on homepage](https://wordpress.org/support/topic/displaying-only-1-posts-on-homepage/)
 *  Thread Starter [3zzy](https://wordpress.org/support/users/3zzy/)
 * (@3zzy)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/displaying-only-1-posts-on-homepage/#post-788685)
 * Vaughan,
 * That worked, many thanks. But a small problem now:
 * Each post has its own container, eg:
 *     ```
       <div id="content">
         <div class="post post-1">
         post
         </div>
       </div>
       <div id="content">
         <div class="post post-2">
         post
         </div>
       </div>
       ```
   
 * whereas it should be:
 *     ```
       <div id="content">
         <div class="post post-1">
         post
         </div>
         <div class="post post-2">
         post
         </div>
       </div>
       ```
   
 * How would I fix this?
 * Thanks

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