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
For me, changing lines in wp-config.php worked. I changed:
define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true);
to
define('DISALLOW_FILE_EDIT', false); define('DISALLOW_FILE_MODS', false);