Plugins menu doesn't appear in the admin panel

后端 未结 10 1873
遥遥无期
遥遥无期 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:30

    If you did double check your file permissions (i.e. 755 for folders and 644 for wordpress files on Linux), please consider editing your wp-config.php file and change

    define('DISALLOW_FILE_MODS',true);
    

    to

    define('DISALLOW_FILE_MODS',false);
    

    The Add New option in Plugins menu will show up, also if you have internet connection, possible updates will be shown up.

    enter image description here

提交回复
热议问题