Ideas

Categorize Media

  1. lalitj
    Member

    When we upload images in large number then it becomes difficult to search for images of similar type. If we have an option of adding category to media then it will be easy for users to search for the desired image from media.

    Also, If we can't implement above then there should be provision for searching an image by its ID.

    Posted: 1 year ago #
  2. booksavvybabe
    Member

    12345

    I had pretty much the same idea, so I voted for yours! You can search for images by title, but it would be really nice to have them grouped in to categories, or easy to organize to your needs...

    Posted: 1 year ago #
  3. Eddie Moya
    Member

    12345

    I just released a plugin that does exactly this. Let me know what you think.

    http://wordpress.org/extend/plugins/media-categories-2/

    While I think this might be something that should remain pluggable, I think there are some minor changes in core that could be made to make it easier to switch this sort of feature on, without _needing_ to resort to writing a custom walker and a custom metabox.

    There is a built in ability for a developer to add taxonomy support to media, but the interface just ends up being a simple text field that users would need to type slugs or category names into directly. As a result to make this look half decent developers need to jump through a couple hoops. This should be simplified, and turning on taxonomy support for attachments should result in a clean usable interface by default.

    Posted: 1 year ago #
  4. Since WordPress 3.5 you can add taxonomies using:

    register_taxonomy( 'media-category', 'attachment', $args );

    Posted: 4 months ago #
  5. primAulia
    Member

    Great plugin Eddie Moya, thank you very much.

    And yes, I think this feature should be implemented within wordpress update, considering the number of photoblogs out there.

    Posted: 1 week ago #

RSS feed for this topic

Reply

You must log in to post.

  • Rating

    12345
    10 Votes
  • Status

    This idea is under consideration