plug in
-
My blog is going to be an internal comunication media for my ofice, so I want them to uploud photos. This is the plugin I found, but I don’t know how to put that on my blog.
//Que los colaboradores puedan subir imágenes
if ( current_user_can(‘contributor’) && !current_user_can(‘upload_files’) )
add_action(‘admin_init’, ‘allow_contributor_uploads’);function allow_contributor_uploads() {
$contributor = get_role(‘contributor’);
$contributor->add_cap(‘upload_files’);
}The blog I need help with is: (visible only to logged in users)
-
Sorry but that site you are referring to is not hosted WordPress.COM. Our support docs do not apply to any sites that are not hosted by WordPress.COM and we do not provide support for them. You are posting to the wrong support forum to get help with your WordPress.ORG issue. We cannot help you here.
There is no FTP access and no blogger installed plugin capability on any free hosted WordPress.COM blogs for security reasons, and there is no upgrade you can purchase here that changes that reality.
http://en.support.wordpress.com/ftp-access/
http://en.support.wordpress.com/plugins/WordPress.COM and WordPress.ORG are completely separate and have different logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
- The topic ‘plug in’ is closed to new replies.