• Resolved sharris203

    (@sharris203)


    Hi guys, I have a customization maybe someone can help me with.

    I have a site set up for clients, and I only want to show the UPLOAD screen when they click on “Add New Themes”.

    I think my options are
    1. Edit core files so the side submenu links directly to the upload page, and
    2. Edit core files so the other “add theme” options are not selectable on the upload page (or use CSS to hide if possible)

    Any thoughts?

Viewing 1 replies (of 1 total)
  • Thread Starter sharris203

    (@sharris203)

    It was easier than i thought. Here’s how:

    File: /wp-admin/theme-install.php
    Line 29: $tabs[‘upload’] = __(‘Upload’);
    Comment out lines 30-36

Viewing 1 replies (of 1 total)
  • The topic ‘How to only show the UPLOAD page for “Add New Themes”?’ is closed to new replies.