Tagged Questions
0
votes
0answers
51 views
How to change the default image uploader
Recently i'm using the awesome files of jaredatch (https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress) to create custom metaboxes and fields. I'm still learning about this part and ...
0
votes
1answer
86 views
Wordpress Media Uploader custom Javascript not working
I encountered a strange problem with my JavaScript (jQuery) when trying to modify the behavior of my Media Uploader in Wordpress 3.5
This was my JQuery:
$('.attachment-filters').change(function(){
...
0
votes
1answer
211 views
Custom bulk action for media gallery items
I'm trying to add custom "Bulk Actions" to WP 3.5 new media gallery items.
I started from this excellent tutorial which does exactly what I need, but with regular posts; so i tried to adapt it to work ...
0
votes
1answer
49 views
How would I attach media/images to a post based on a ID stored in a each post's custom field
I have converted a site over to wordpress recently. I was able to import all the posts via a CSV importer, but not the images associated with each post. The post type is "machinery". The custom ...
0
votes
1answer
107 views
Display MP3 as media using an URL from a custom field
I created custom field and placed this inside the loop:
<?php echo get_post_meta($post->ID, 'ses', true); ?>
But now the link is all text. I would like it to be like my theme does when I ...
-1
votes
1answer
116 views
How can I attach files without using a plugin?
I want to add files from my site or from external links with files to any of my posts, and be able to add the size of the file and choose which ones it will do "File Force" and which not. I want to ...
-1
votes
1answer
139 views
Media Custom Fields - get a value with PHP
How to get a value of a field set with Media Custom Fields (programmatically)?
5
votes
1answer
2k views
Put the media uploader in a metabox
I find it very unnecessary to have an "add image" button that brings me to yet another screen that will let me upload content to my post.
Ideally I would like to have a meta box with the option to ...
1
vote
1answer
513 views
How do I modify the “Insert Media” lightbox in the admin to only show media items from a category?
I am attempting to resolve a problem I continue to have with the media library.
Essentially, what I am looking to do is "automatically" assign media which is uploaded from a custom post type "edit ...
