• Above the Pages list, I need to hide the following:

    All(#) Published (#) Trash (#)

    The # is whatever the number might be.
    I have used the free version to hide everything else, but . . .

    Thanks for any assistance.

    • This topic was modified 3 years, 11 months ago by regerman926.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    Unfortunately, it’s not possible to hide those links with this plugin. That applies both to the free version and the Pro version.

    Maybe you could hide them with CSS? This won’t prevent people who are familiar with web development from accessing the links, but it will make them invisible to regular users. Something like this might work:

    .edit-php.post-type-page .subsubsub {
        display: none !important;
    }

    There are various plugins that let you add CSS to the admin dashboard. Here’s one free option that I’ve found:
    https://wordpress.org/plugins/add-admin-css/

Viewing 1 replies (of 1 total)
  • The topic ‘Hide sub-menus above Page list’ is closed to new replies.