Title: posts_per_page
Last modified: August 22, 2016

---

# posts_per_page

 *  [MY-Comm](https://wordpress.org/support/users/my-comm/)
 * (@my-comm)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/)
 * Hey,
 * Great theme, thank you!
 * how can i change posts_per_page in the front-page.php?
 * just changing the number from 4 to 10 didn’t help
 * thanks

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

 *  Theme Author [Sami Keijonen](https://wordpress.org/support/users/samikeijonen/)
 * (@samikeijonen)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/#post-5423936)
 * First of all, you should not modify parent theme files. You just lose all modification
   when you update the theme. You should download and activate [child theme](http://codex.wordpress.org/Child_Themes)
   from [here](https://foxland.fi/downloads/kuorinka/).
 * Let me know if you have done that and I can give more info.
 *  Thread Starter [MY-Comm](https://wordpress.org/support/users/my-comm/)
 * (@my-comm)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/#post-5423953)
 * ok, i’ve installed the child theme
 * can you help me with the functions.php?
 *  Theme Author [Sami Keijonen](https://wordpress.org/support/users/samikeijonen/)
 * (@samikeijonen)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/#post-5423962)
 * Add this in your child theme functions.php.
 *     ```
       function my_child_front_page_args( $my_posts_args ) {
   
       	$my_posts_args['posts_per_page'] = 10;
       	return my_posts_args;
   
       }
       add_filter( 'kuorinka_front_page_post_arguments', 'my_child_front_page_args' );
       ```
   
 * After that update any of your post/page to delete transient.
 *  Thread Starter [MY-Comm](https://wordpress.org/support/users/my-comm/)
 * (@my-comm)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/#post-5423969)
 * Works perfect
 * THANK YOU!

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

The topic ‘posts_per_page’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [MY-Comm](https://wordpress.org/support/users/my-comm/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/posts_per_page-2/#post-5423969)
 * Status: not resolved