admin管理员组

文章数量:1431426

I'm developing a directory style theme using multi-site and each new author needs to be able to upload 5-10 photos to be displayed in their profile page.

Is there any way of doing this? I don't mind if it's a plugin as this theme is for a client and not for general release.

I'm developing a directory style theme using multi-site and each new author needs to be able to upload 5-10 photos to be displayed in their profile page.

Is there any way of doing this? I don't mind if it's a plugin as this theme is for a client and not for general release.

Share Improve this question asked Sep 6, 2011 at 12:28 Dean ElliottDean Elliott 4732 gold badges9 silver badges30 bronze badges 2
  • did you get this working? I'm trying to do the same thing, but just with 2 photos: avatar and user pic. – hoss9009 Commented Feb 28, 2012 at 4:45
  • I got a semi-workable plugin based on the User Photo plugin. It works ok but is quite cumbersome. I abaondoned the project in the end. I think the User Photo plugin allows for an avatar and user photo as standard though. I could be wrong, but I'm pretty sure it does – Dean Elliott Commented Feb 28, 2012 at 10:50
Add a comment  | 

2 Answers 2

Reset to default 2

You can use this for an author photo: http://wordpress/extend/plugins/user-photo/

And this one might give you multiple images for the author: http://wordpress/extend/plugins/sem-author-image/

The final approach is to use a gallery plugin of some kind (NexGen Gallery Perhapse?) and create an album for each author, labeling it "John Doe". Then, call the gallery in the authors.php file and have it get the proper gallery.

Install NextGEN gallery, then install Capability Manager, then go to the Capabilities settings, select the role who's capabilities you want to edit, and allow them these capabilities

NextGEN Gallery Overview

NextGEN Manage Gallery

NextGEN Edi album

NextGEN Upload images

Now your users of the role you selected can upload their own images into galleries.

本文标签: dashboardAdd multiple images to author profile page