• Dave Loebig

    (@pacesettermedia)


    This plug in does exactly what I want: list pages on the dashboard. I can’t say I’ve vigorously tested it, but there’s not much to test. I installed the plugin and pages are listed on the dashboard.

    One suggestion/request: an option to open the links in another tab. That’s how I usually work, opening each edit in a tab. You know, when you get around to it.

    It’s what I was looking for. It works. Perfect.

Viewing 1 replies (of 1 total)
  • Thread Starter Dave Loebig

    (@pacesettermedia)

    For those interested in opening links in a new window, I found where to edit the code.

    FILE: sm-dashboard-pages-navigator-tree.php
    LINE 114 in version 1.0.1

    Add this code: target=\"_blank\"

    So this line would look like this:

    $output.= "| <a target=\"_blank\" class=\"editPage\" href=\"".admin_url( sprintf($post_type_object->_edit_link . '&action=edit', $page->ID) )."\">edit</a> ".PHP_EOL;

Viewing 1 replies (of 1 total)
  • The topic ‘Perfect Plugin for a Simple Purpose’ is closed to new replies.