create many folders in uploads wordpress

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

uploads/boys
uploads/girls
uploads/mens

ets.

how ?
#create #folders #uploads #wordpress
  • Profile picture of the author jbyte
    I think this is what you are looking for:

    https://wordpress.org/plugins/media-file-manager/
    Signature

    I fix WordPress problems, PM me if you need help

    {{ DiscussionBoard.errors[9848126].message }}
  • Profile picture of the author elsoar
    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

    define( 'UPLOADS', 'wp-content/'.'uploads/'.'flowers' );
    {{ DiscussionBoard.errors[9848181].message }}
    • Profile picture of the author rmcnew
      Do you want a new folder to appear with every download or just automatically put into a category?
      {{ DiscussionBoard.errors[9848567].message }}
  • Profile picture of the author elsoar
    @rmcnew
    I want all the pictures appear in all folders, both by category or no.
    {{ DiscussionBoard.errors[9848815].message }}
    • Profile picture of the author rmcnew
      Originally Posted by elsoar View Post

      @rmcnew
      I want all the pictures appear in all folders, both by category or no.
      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.
      {{ DiscussionBoard.errors[9848852].message }}

Trending Topics