My Media Category
Taxonomy In media Library provides better support for media and attachments in WordPress.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3814 days ago • 1 reviews
Is My Media Category abandoned?
Possibly abandoned (last update 3814 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Taxonomy In media Library provides better support for media and attachments in WordPress.
Installation
Upload the media-category plugin to your WordPress plugins folder (/wp-content/plugins) or install it via your WordPress admin. Then activate it from the plugin admin page.
This function can be called from any template file to get attached images from Specific category It returns an array of the attached image URL.
Example:
$query_images_args = array( ‘post_type’ => ‘attachment’, ‘post_mime_type’ =>’image’, ‘post_status’ => ‘inherit’, ‘posts_per_page’ => -1, ‘tax_query’ => array( array( ‘taxonomy’ => ‘YOUR TAXONOMY’, ‘field’ => ‘slug’, ‘terms’ => YOUR TERM)));
Frequently Asked Questions
Que1.How install plugin in my WordPress site ?
Ans1. Now its easy please follow this link and you will found best solution https://codex.wordpress.org/Managing_Plugins
Que2. How to use My Media Category plugin ?
its very Easy, You can Create Multiple category and from category you get whatever you want.
Enjoy!!
Review feed
Screenshots
Changelog
- First version.