Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKlio Peng
Courses Plus Student 1,143 Pointsmy wordpress admin panel doesn't have "plugin" options on the left bar, i don't know why is it missing, need help!
as the title
1 Answer
ilithya
19,818 PointsHi Klio Peng
Are you sure you're logged in as administrator? Be sure you are. Maybe you're logged in as subscriber or something else.
If not that. Maybe you have the following line inside your "wp-config.php" file:
define('DISALLOW_FILE_MODS', true);
If so, you need to remove that line or set it to false:
define('DISALLOW_FILE_MODS', false);