Media Library is a WordPress panel that display all files you've sent. There you can add ne files, attach files to posts and pages etc
-1
votes
2answers
122 views
Remote Image (from URL) as Media Library element
I have slow upload on my wordpress server and I want to export two very big image to external server. So I need Media Library Image to use in other component. I cant edit URL of Image. Is any plugin ...
0
votes
1answer
142 views
add file name column to media library
I've migrated hosts for a Wordpress site, and a lot of my images have the same title.
I am trying to pin point one media file by the filename, but filename is not a column listed in Media Library.
I ...
0
votes
1answer
84 views
Image uploaded in media library, can only see it when I using the WP Edit Image feature. 404 when trying to view in browser
I have an image that I've uploaded through the WP media library. I can see this image in my uploads folder via ssh/ftp. I cannot see this image if I put the URL in my browser, like ...
1
vote
1answer
397 views
Saving Custom Field in Attachment Window in WordPress 3.5
I'm using the code below to add a custom text field in WP 3.5 Attachment Window (from this question # Expanding new Media Uploader in WordPress 3.5) ...
add_filter( 'attachment_fields_to_edit', ...
2
votes
1answer
35 views
Display latest 12 images from media library
I was looking for almost a week for such solution - without success. What I want to achieve is have a kind of 'photos cloud' on my wordpress homepage. What I need to do is to display latest 12 photos ...
-1
votes
1answer
320 views
Insert wp gallery shortcode into custom textarea
Is there a way to insert wp gallery shortcode into custom metabox textarea ?
I would like to have something like this:
New metabox in post/page with textarea and below textarea there are a button to ...
2
votes
0answers
81 views
WP3.5 Media Uploader - how to make it accept multiple images?
I'm wondering how to make WP3.5 media uploader return 2 or more items in attachement? It always runs once even if 2 items are selected. The code:
$('.button').on('click', function(){
var ...
3
votes
1answer
350 views
How to call WP3.5 Media Library manager?
In the past Media Library window could be called like this:
tb_show("Upload image", "media-upload.php?type=image&TB_iframe=1&width=640&height=520");
This still works in WP3.5. But I'm ...
2
votes
1answer
86 views
Delete all associated media when custom post type removed
Basically I have so many images associated with custom post type that I need to be able to safely delete all related media on removal from trash.
Is there a safe way of doing this?
2
votes
1answer
68 views
“Insert Into Post” For Custom Button
I'm in the process of trying to build a improved media library for our contributors. I have set up a custom taxonomy category for media, and set up a tab in the Add Media popup box for browsing ...
1
vote
1answer
64 views
How to change the image size in new Media Uploader (ie use medium vs thumbnail)
Is it possible to change the image size of the thumbnails in the new media uploader?
For example images are currently displayed using the "thumbnail" image crop size and I would like them to be the ...
0
votes
0answers
30 views
Making epub, pdf, mobi formats available in a post? [duplicate]
Possible Duplicate:
how to upload and allow downloads of .mobi and .epub formats
I am considering the feasibility of converting a client site from a large number of hand-built web pages to ...
0
votes
1answer
159 views
add_image_size is not generatin images of correct dimensions
I am trying my hands with WP add_image_size method and this is the entry in my theme's function.php
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
...
0
votes
3answers
183 views
Custom Attachment Type
I want to create a "photography" custom post type which uses attachment's same edit/upload panel. Exact same panels usage for "attachment" post type but with "photography" name. Is it possible?
3
votes
4answers
752 views
Wordpress 3.5 Media Manager - add a button
In my plugin, I would like to add two buttons to Media Manager (to the left of "Insert Into Post" in "media-toolbar-primary" section), and connect a jQuery action to it.
First one - The "Select All" ...
1
vote
1answer
277 views
Hide editor while keeping add media button in custom post type
How do I remove Editor in custom post type keeping the Add media button. When I used as following in custom post type declaration, it removes the Add Media button and I don't need editor in my post ...
0
votes
1answer
81 views
How to change format of file link (<a url=“file_link”> Name </a>) when insert from media uploder
I want change some default wordpress functionality.
From Media library when we select a file and press "Insert into page" (other than image file) It inserts in format <a url="file_link"> Name ...
0
votes
0answers
301 views
New upload/media manager broken since 3.5 [closed]
Prior to the introduction of the new media upload modal box for inserting and uploading media into posts, the tool itself will not display any of the images that have just been uploaded, nor will it ...
12
votes
2answers
264 views
Trigger refresh for new media manager in 3.5
I'm trying to figure out how it's possible to 'refresh' the media library in the new media dialogue in 3.5. I'm adding images from an external image library to the WordPress library (via a tab/iFrame ...
0
votes
1answer
76 views
Conditional tag to determine if the user is viewing the Add Media (after clicking Add media button)
Is there a WordPress conditional tag for checking if the user is viewing the add media popup after clicking the Add media button? If none, is there an alternative function that can be used?
Thanks ...
0
votes
2answers
149 views
Prevent other editors from viewing images of other editors in Add Media Popup
Hi I have this code in my functions.php and its working well when the editor is viewing the Media library: http://example.com/wp-admin/upload.php
add_action('pre_get_posts','users_own_attachments');
...
2
votes
3answers
2k views
WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
As the recent changes in WordPress 3.5 removed the "full URL path to files" option from media library I am wondering how to set this option to a custom path now?
I need to set my "full URL path to ...
0
votes
1answer
63 views
Remove the columns in media library
How can i disable/remove the columns for Media Library? I want for author and comments column.
Thanks in advance.
1
vote
2answers
142 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
237 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 ...
1
vote
1answer
119 views
Is it possible to insert images directly from the server?
I've uploaded images directly to my WordPress server through FTP. I want to add these images to a post, so right now I'm using the Add from Server plugin that allows me to browse images on the server ...
18
votes
4answers
2k views
Add a menu item to Wordpress 3.5 Media Manager
How can add a new menu item underneath the "insert From URL" on the left sidebar in the new Wordpress 3.5 Media Manager?
I've been looking at the backbone js and tried my hand at hooking into it with ...
1
vote
0answers
54 views
Pages redirected to attachment post
THE SETUP
I'm using WordPress 3.4.2 with Magic Fields 2 plugin. Using MagicFields2, I've added a custom field to the builtin 'page' post type. This field is called 'section_header' (which is ...
1
vote
1answer
99 views
How to track hits of a single media file?
I have multiple media files in my WordPress Media Library. Icons, Images, PDF's and the like. I would like to have a stat counter, that gives me a statistic of the downloads/hits of those files, ...
0
votes
1answer
577 views
How can I hide media library images from general users?
As an admin I really like the features and functionality of the WordPress 3.5 media manager.
With a multi-user site however all users can see all images in the media library - whether uploaded by ...
0
votes
1answer
123 views
Media library and posts list problems with Wordpress on IIS
I have Wordpress 3.5 installed on IIS7 and I'm using SQL Server instead of MySql. Some strange "glitches" occur and I think their related to the same problem.
I cannot see media library items on ...
0
votes
0answers
202 views
How to group images in media library ( wp 3.5 )
I am trying to understand if there is a way to group images in media library.
Exactly if i am in post administration page and click to add media i want to see in library just the media uploaded to ...
0
votes
1answer
83 views
Remove image in post when it's removed in media library
As the title says, I want to automatically remove a specific image in all posts where it's used when I remove the image from the media library. Because at the moment, if I remove an image from the ...
0
votes
0answers
117 views
media_sideload_image and set_post_thumbnail are returning the wrong image
I have a script set up to grab a YouTube video thumbnail based on a custom field if the post does not have a thumbnail set upon save_post
function set_youtube_as_featured_image( $post_id ) {
if ...
5
votes
2answers
764 views
Wordpress 3.5 attachment_fields_to_edit and media_send_to_editor
In previous version i set a new check field into the media window with a simple code
function ab_prettyphoto_attachment_fields_to_edit( $form_fields, $post ) {
$my_form_fields = array(
...
5
votes
2answers
800 views
Remove “Insert from URL” link in Media upload - WP 3.5
How do I remove the Insert from URL link in the new Wordpress 3.5 Add Media popup page? In earlier versions of Wordpress, this worked fine:
// removes URL tab in image upload for post
function ...
4
votes
0answers
239 views
How to extend LINK TO functionality in ATTACHMENT DISPLAY SETTINGS
In WP 3.4.x and earlier, it was possible to add a button to the media manager by messing around in an attachment_fields_to_edit filter. For example, a plugin could, when it figured out that an item ...
1
vote
1answer
123 views
WP doesn't remove uploads from folder when removed from “Media Library”?
I'm wondering why WordPress doesn't remove uploads from folder when removed from "Media Library"? I set limit to 5mb on WPMU but even if user removes everything from "Media Library" he can't upload ...
13
votes
4answers
3k views
Change the default-view of Media Library in 3.5?
When inserting media into a post, is there a way to change the default-view of the Media-Library from "All media items" to "Uploaded to this post"?
There is another thread where this question was ...
0
votes
1answer
46 views
Automatically adding images to a certain page through the Media Uploader
I have a plugin that calls the Media Uploader to allow users to add images to a Page. The uploader is being displayed and taking images fine, but it is not attaching them to Page ID 65 as I wish (or ...
1
vote
0answers
32 views
Make change in media library affect images in published articles
Is there any way/plugin to make wordpress change the description/alt text/caption of an image used in already written articles if I change any of those texts of that specific image in the media ...
1
vote
2answers
99 views
How do I get allowed Media Library upload file extension list?
WordPress has list of allowed Media Library upload extensions in wp-includes/functions.php but is there any way to return them to theme's files as an array?
1
vote
1answer
87 views
Large Media Library
I'm looking to organize a large WordPress Movies/Actors site, with thousands of posters, screenshots, etc... I currently have the images in a directory structure like ...
4
votes
1answer
678 views
Changing the media library default tab
When adding media to the post from Media Library, an iframe that opens in a popup has these tabs:
From Computer
From URL
Media Library
From Computer is currently the default, but I almost ...
5
votes
5answers
775 views
Upload images to remote server
I am using Wordpress media uploader to upload images and I was wondering if there is a way to make it upload to my remote server instead of my local server? Example: My wordpress blog is hosted on ...
1
vote
2answers
112 views
Unable to create or edit menus
I'm running 3.4.2 on Ubuntu. I'm unable to make any changes to menus at all. Also I'm unable to upload anything (flash or browser uploader) to the media library. However plugins have no problem adding ...
1
vote
1answer
83 views
Group images in media library
I'm looking for a method to group images in the media library.
I'm developing a photo portfolio site. I have uploaded all the images to the media library I need a way to group the images to make them ...
1
vote
3answers
477 views
Import Images from one self-hosted WordPress install to another
I am redeveloping a client's site and, for a number of reasons, in the process changing hosts.
I'm developing it on the new host and to get the site orgainised I have attempted to import all the pages ...
5
votes
3answers
338 views
Separate Media Library for each user
I'm creating a theme for a client and one of their requests is to allow users to upload images for their own use, but there may be an option to share the images.
Here are some of the caveats:
Each ...
1
vote
1answer
188 views
Is there a way to delete images from the Media Library programatically?
I did a custom user profile page for wordpress that lets you update your profile including uploading your custom avatar and save that photo to the Media Library. Is there a way for the a specific ...

