Title: Limit blog posts
Last modified: August 7, 2023

---

# Limit blog posts

 *  [vuumar](https://wordpress.org/support/users/vuumar/)
 * (@vuumar)
 * [3 years ago](https://wordpress.org/support/topic/limit-blog-posts/)
 * Hi, 
   I want to limit latest posts on front page to certain number, for example
   on front page, I want to display only latest 4 posts. Here is the link to main
   website. [https://www.successfulyouthliving.com](https://www.successfulyouthliving.com)
 * Thanks for your help.

Viewing 1 replies (of 1 total)

 *  [radhika1992](https://wordpress.org/support/users/radhika1992/)
 * (@radhika1992)
 * [3 years ago](https://wordpress.org/support/topic/limit-blog-posts/#post-16953049)
 * Hi
 * Thanks for contacting to us.
 * To show only 4 latest posts, On the front page follow the given below instruction.
 * 1 Find the** template-tag.php** file located in your child theme folder >> functions
   folder.
 * 2 Open the file and find the below line of code on line no 232 .
 *  ` $quality_orange_args = array('post_type' => 'post', 'posts_per_page' => 6,'
   post__not_in' => get_option("sticky_posts")); `
 * Change the posts per page value to 4 or as needed.
 * Thanks
 * Webriti Support Team

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quality-orange/1.3.1/screenshot.
   png)
 * Quality orange
 * [Support Threads](https://wordpress.org/support/theme/quality-orange/)
 * [Active Topics](https://wordpress.org/support/theme/quality-orange/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quality-orange/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quality-orange/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [radhika1992](https://wordpress.org/support/users/radhika1992/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/limit-blog-posts/#post-16953049)
 * Status: not resolved