Viewing 2 replies - 1 through 2 (of 2 total)
  • I just discovered the same problem with my 1.5.1 install, on DreamHost. It too is running PHP as CGI, and I wonder if that’s the problem as well.

    Problem is solved with http://wordpress.org/support/topic/33251#post-189365

    Where you need to edit the template-functions-links.php file — the section you want is:

    function get_pagenum_link($pagenum = 1) {
    and you need to change the code to:
    $index = $_SERVER['PHP_SELF'];

    (The instructions tell you:

    You can also try using $_SERVER['PHP_SELF'] instead of $_SERVER['SCRIPT_NAME'].

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Previous/Next entries links not working’ is closed to new replies.