Pagination doesn't work

  • Posted in : Bloggy WP
  • graficamoto4
    Participant

    hello
    a little while ago I asked to be able to exclude certain categories from displaying on the first page, the change works, but it should have ruined the operation of paging.
    The blog is http://www.therougemisscake.it, the first page you can see 5 post, if you click on the second page in the pagination, to see the old posts, the blog will always display the same first 5 post

    The changes made to file this statement relates to blog-sidebar.php

    go to Appearance> Editor> blog-sidebar.php

    – Find this:

    <? php
    if (have_posts ()):

    – Edit:

    <? php
    query_posts ('cat = -1, -2, -3');
    if (have_posts ()):

    Please help
    Thanks

    Mehmet S.
    Keymaster

    Sorry, I don’t know. I will try to find a solution.

    graficamoto4
    Participant

    Meanwhile, thank you for your response.
    Now that you understand the problem restoring the original file to ensure that visitors become stuck on the first 5 posts.
    We hope to resolve

    Mehmet S.
    Keymaster

    You can try to links instead of numbered pagination.

    – Theme Options > Blog > Numbered Pagination > No.

    graficamoto4
    Participant

    doesn’t work, i try it before write

    graficamoto4
    Participant
    Mehmet S.
    Keymaster

    Thanks for your sharing.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register