WordPress changed quite a bit from 3.1 to 3.2. I have played for an hour to find the plugin section but not success. Usually they would be on the left hand side in the menu. Now they are not there. Anyone knows where to find them and how to install them on xyz.wordpress site?
This image is from 3.1. Plugin option is second from top.
Here is 3.2 menu. Can you find Plugins?
Due to the code above (
wp-admin/menu.php
, line177
) you can see the ‘Plugins’ menu:'menu_items'
array contains the'plugins'
in it.Other additional requirement is that you have to have
'activate_plugins'
capability.Check those conditions to understand why you don’t see the
'Plugins'
menu item in your WordPress dashboard.According to WordPress Customer Support, they don’t allow plugins on .wordpress.com website for security reasons, which kind of sucks. The plugins should work on your own domain/site though.