Forums

Page 2 returning to page 1 content - Custom Theme (2 posts)

  1. Spike3007
    Member
    Posted 4 months ago #

    Hello all,

    I searched for this issue and found some that were similar but not exactly the same as my problem.

    Whats happening is whenever page 2, 3, 4, etc are clicked it only displays the content from page one.

    Example:

    Page 1: http://digisama.com/#/category/reviews/
    Page 2: http://digisama.com/#/category/reviews/page/2/
    If you click to navigate to page 2 from page 1: http://digisama.com/#/category/reviews/?_=1325547206436/page/2/

    Any help would be greatly appreciated, as I've spent all day trying to fix this.

  2. alchymyth
    The Sweeper
    Posted 4 months ago #

    if you are using a custom query, then make sure to use the 'paged' parameter in the query;

    general example:

    query_posts('posts_per_page=5&paged='.get_query_var('paged'))

Reply

You must log in to post.

About this Topic