How do I show more then 4 posts on my blog page? Am I just missing the setting somewhere or what? I want to show 10 or 20 posts before the surfer gets a “Older Posts” link.
I thought this would work but when I do it it affects the slider too. I only want the slider to have 4 pics and the blog to show 10 posts before getting the Older posts link.
Go to Apearance/Editor/Theme Functions (functions.php)
and change “$query->set( ‘posts_per_page’, ‘4’ );” to “$query->set( ‘posts_per_page’, ’10’ );”
Anyone?