• Resolved boyjojo

    (@boyjojo)


    The edit.php admin page for 2.0.3 shows the last 15 posts, and has a link at the bottom to view “previous entries.”

    My problem is that this link does not work. The url it’s trying to go to is all wrong. Looks like it doubled the path or something.

    The values in “WordPress address” and “Blog address” on options-general.php are fine.

    This appears to be the relevant code:

    next_posts_link(__('« Previous Entries'))

    Has anyone else had this problem?

    I found this:

    http://ww.wp.xz.cn/support/topic/3438?replies=3

    but that seems to apply to an older version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter boyjojo

    (@boyjojo)

    Just upgraded to 2.0.4 – problem still exists.

    changing line 59 to:

    $posts_per_page = 1000;

    and line 72 to:

    e('Last 1000 Posts');

    until solution can be found.

    Thread Starter boyjojo

    (@boyjojo)

    workaround for bug in wp-admin/edit.php (ver 2.0.4) to fix broken “Previous Entries” link:

    line 59:

    $posts_per_page = -1;

    line 72:

    e('Posts');

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Navigation problem on edit.php (admin “Manage” tab)’ is closed to new replies.