Plugins menu doesn't appear in the admin panel

后端 未结 10 1867
遥遥无期
遥遥无期 2020-12-14 19:49

I\'m having a very simple problem. I\'m new to WordPress and I\'m trying to install a plugin.

Everyone says there\'s a \"plugins\" option on the sidebar-menu in the

相关标签:
10条回答
  • 2020-12-14 20:42

    I found this post searching for help with a similar issue with a self-hosted WordPress installation -- in this case it was a site that a friend had paid someone to make, but then took them off the work and asked me to help out.

    There were several regular menu options missing -- it turned out to be down to a plugin called Admin Menu Editor that the previous web guy had installed to limit the options available to my friend, so they wouldn't mess with things.

    In this case I could access the options for Admin Menu Editor by going to http://www.example.com/wp-admin/options-general.php?page=menu_editor

    0 讨论(0)
  • 2020-12-14 20:43

    In one of my cases it turned out to be strictly file permission thing so apache users could not access the plugins directory.

    0 讨论(0)
  • 2020-12-14 20:49

    I have never seen that problem before. However, try either expanding all the current menu items to see if "plugins" are listed there, or try deactivating some/all of your plugins to see if one of the plugins are conflicting somehow and making your plugins menu not display.

    0 讨论(0)
  • 2020-12-14 20:50

    The issue is almost certainly related to one of two things:

    1) You don't have permissions (are you logged in as admin?)

    OR

    2) The theme (or a plugin) has disabled the plugins menu.

    After you've checked to be sure that you are an administrator, then you should attempt to view this page:

    http://www.yourdomain.com/wp-admin/plugins.php (replacing www.yourdomain.com with your site's domain name).

    If it's accessible, then it's time to start exploring the theme (which theme are you using?) and possibly some of the plugins that might have disabled the menu item.

    FYI, the method to remove dashboard menu items is covered here: http://www.wprecipes.com/how-to-remove-menus-in-wordpress-dashboard

    0 讨论(0)
提交回复
热议问题