• I have the standard permalink structure and have replaced %postname% with %post_id%: as follows /index.php/%year%/%monthnum%/%day%/%post_id%/. I’m able to access all of my pages with this structure.

    When I look at my home page which breaks at 10 posts – I can click on the next link and it takes me to /index.php/page/2/ – everything seems to work.

    When I look at a category page with more than 10 posts and click on the next link it also takes me to /index.php/page/2/ instead of /index.php/category/category-name/page/2/.

    I’m using IIS 6 on a W2003 server.

    It looks like posts_nav_link doesn’t pick up permalink structure. By the way when I remove the permalink structure everything works ok.

    Any ideas?

Viewing 2 replies - 16 through 17 (of 17 total)
  • I got the same problem… Anyone found a solution?

    Thanks

    Stephane

    gabismo

    (@gabismo)

    I have solved the problem… ??

    1. Open the file: /wp-includes/template-functions-links.php

    2. Search the line:

    $qstr = wp_specialchars($_SERVER[‘REQUEST_URI’]);

    and replace it with:

    $qstr = $_SERVER[‘REQUEST_URI’].wp_specialchars($_SERVER[‘PATH_INFO’]);

    Now the pagination is correct in index, archives and categories. One night to fix it. ??

    PD: Please, if anybody can help me to delete duplicated and very similar posts with a plugin or a SQL Query let me know it in this topic: https://www.ads-software.com/support/topic/94567

    Adiós!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘posts_nav_link with permalink structure fails’ is closed to new replies.