How do I show more then 4 posts on my blog page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #3119
    JimHubel
    Participant

    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.

    #3120
    JimHubel
    Participant

    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?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.