create many folders in uploads wordpress

by 5 replies
6
i want make many folders in uploads
like

uploads/boys
uploads/girls
uploads/mens

ets.

how ?
#programming #create #folders #uploads #wordpress
  • I think this is what you are looking for:

    https://wordpress.org/plugins/media-file-manager/
  • When I create another folder like
    Uploads/dogs

    At this time other folder like
    Uploads/cats - his images are not showing in my blog.

    i put this code in wp-config.php

    • [1] reply
    • Do you want a new folder to appear with every download or just automatically put into a category?
  • @rmcnew
    I want all the pictures appear in all folders, both by category or no.
    • [1] reply
    • That doesn't make sense why you would want that (why do you want that?); but that could probably be done through a simple hack which works by loading all the folder names into an array, which in turn cycles out putting all the pictures into each folder.

      I wouldn't bother trying to find a plugin for that (but then I hate wordpress and prefer to code all my own stuff), so maybe there is something out there that does this. Although it seems like a rather specific request, so I wouldn't know for sure.

Next Topics on Trending Feed