• Resolved lexavision

    (@lexavision)


    Hi,

    I have 30 posts. When I make Blog pages show at most = 10.

    1. it still shows all posts
    2. It mixes a few posts so the chronological order is wrong.
    3. It make a second page that has duplicate posts from the first page.

    Any thought?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lexavision

    (@lexavision)

    Basically I want to have 10 posts per page in chronological order regardless of category. Is this possible?

    Thread Starter lexavision

    (@lexavision)

    Ok… I have my first page displaying the way I want.

    Using:
    <?php query_posts(‘cat=3,5,6&showposts=10’); ?>

    However the second page is display the exact same posts as the first (Home)page.

    Any Ideas?

    Thread Starter lexavision

    (@lexavision)

    Git it!!!

    <?php query_posts($query_string.’cat=3,5,6&posts_per_page=10′); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog pages show at most issue’ is closed to new replies.