Tagged Questions
1
vote
1answer
83 views
Way to force media uploader use custom image size
I've implemented media uploader to my custom category image plugin and was wondering can I somehow force it use my custom image size I've set only for categories.
... So in screen shot above, I'd ...
1
vote
2answers
140 views
Taxonomies for Wordpress Media Library [duplicate]
Possible Duplicate:
How it is possible to use taxonomies on attachments?
I know this has been a long debated issue with WP, but I was hoping that since the 3.5 upgrade, there has been some ...
0
votes
2answers
235 views
categories on attachment page
I am using this function to display categories specified to a post having gallery on the image attachment page.
<p>CATEGORY: <?php the_category(', '); ?></p>
The problem is that ...
0
votes
2answers
367 views
Featured image for links and categories
Is there a ready plugin or solution for implementing Featured Image function to Categories and Links?
At Pages and Posts I use the feature image as a background image, using the full size original ...