Code

Support for Media Library Categories Premium

Support for Media Library Categories Premium

Cart 2,251 sales
Recently Updated

jeffrey-wp supports this item

Supported

Popular questions for this item

How to use custom categories for the WordPress Media Library?

By default the WordPress Media Library uses the same categories as WordPress does (such as in posts & pages). If you want to use separate categories for the WordPress Media Library you can use a custom taxonomy, this can be set under Settings → Media (or click on the settings quicklink on the WordPress plugins overview page).

Seperate media categories from WordPress categories

Or if you have the plugin version 2.5 or older you can add this code to the file functions.php located in your theme or child-theme: /** * separate media categories from post categories * use a custom category called 'category_media' for the categories in the media library */ add_filter( 'wpmediacategory_taxonomy', function(){ return 'media_category'; } ); //requires PHP 5.3 or newer

Can I upgrade from the free version to the premium version without problems?

Yes, you can delete the free version and then install the premium version. All assigned categories will be remembered.

How to change the default upload category in WordPress?

By default WordPress assigns new posts and media to the category “Uncategorized”, this can be changed by manually selecting another category before you upload new media. Read more: How to set a default category in WordPress

Show more

Contact the author

This author provides limited support for this item through this item's comments.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey