Title: Front page blog posts
Last modified: August 31, 2016

---

# Front page blog posts

 *  Resolved [RoLike](https://wordpress.org/support/users/rolike/)
 * (@rolike)
 * [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/)
 * Hello,
 * Is there any way to add more than 3 post boxes on the front page?
    I would like
   to have these 3 and 3 more underneath: [http://imageshack.com/a/img924/2291/wmfKiL.jpg](http://imageshack.com/a/img924/2291/wmfKiL.jpg)
 * Thank you!
    Diana

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

 *  Thread Starter [RoLike](https://wordpress.org/support/users/rolike/)
 * (@rolike)
 * [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/#post-7298814)
 * URL: [http://www.rolike.com](http://www.rolike.com)
 *  Thread Starter [RoLike](https://wordpress.org/support/users/rolike/)
 * (@rolike)
 * [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/#post-7298817)
 * Or, I would like to make the width bigger so I can put 5 or 6 post boxes on the
   same line.
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/#post-7298822)
 * Hi
 * More blog post in front page For this find below code in index-slider.php line
   no 24 in wallstreet theme package
 * $args = array( ‘post_type’ => ‘post’,’posts_per_page’ =>3,’post__not_in’=>get_option(“
   sticky_posts”));
 * and replace with below code
 * $args = array( ‘post_type’ => ‘post’,’post__not_in’=>get_option(“sticky_posts”));
 * 5 or 6 post boxes on the same line Its part of our code customization.
 * Thanks.
 *  Thread Starter [RoLike](https://wordpress.org/support/users/rolike/)
 * (@rolike)
 * [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/#post-7298832)
 * Thank you so much, Imran ali!
 * If someone else wants to do this, I have found the above line in the index-blog.
   php document.
 * Have a nice day!
 * PS: yes, I will close this and yes I have rated the theme 5+

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

The topic ‘Front page blog posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wallstreet/2.8.4.2/screenshot.
   png)
 * Wallstreet
 * [Support Threads](https://wordpress.org/support/theme/wallstreet/)
 * [Active Topics](https://wordpress.org/support/theme/wallstreet/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wallstreet/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wallstreet/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [front page](https://wordpress.org/support/topic-tag/front-page/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 4 replies
 * 2 participants
 * Last reply from: [RoLike](https://wordpress.org/support/users/rolike/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/front-page-blog-posts/#post-7298832)
 * Status: resolved