Listing media files by category
-
Hi, I have assigned categories to media attachements with the WP Media Category Management plugin as intended but now in the front end, I would like to list these files according to their assigned categories.
How do I go about this? I use WP’s :
get_posts( array('post_type' => 'attachment'));
To list my files but of course, the generated array does not contain the associated categories. Is there a way to left join or at least list the post IDs associated with each category?
https://www.ads-software.com/plugins/wp-media-category-management/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Listing media files by category’ is closed to new replies.