Viewing 1 replies (of 1 total)
  • Edit wp-admin-quicklinks.php, search for this line (should be line 95)

    <li><a href="<?php bloginfo('wpurl'); ?>/wp-admin/edit-pages.php" title="View all your pages">Pages</a></li>

    And replace it with

    <li><a href="<?php bloginfo('wpurl'); ?>/wp-admin/edit.php?post_type=page" title="View all your pages">Pages</a></li>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Admin Quicklinks] 'pages' link not working’ is closed to new replies.