The attachments tag has no wiki summary.
3
votes
1answer
91 views
WordPress comment count to include attachment comments
How can I make the comment count on a post on my index page include comments that have been made on, in my case, individual gallery pictures that are included in the post? It seems that comments made ...
2
votes
1answer
50 views
Rename attachments during upload no matter what filetype
Here's the function I use for WP to rename images during upload on the fly and set the image's filename to match the post slug.
function wpsx_5505_modify_uploaded_file_names($arr) {
// Get the ...
1
vote
1answer
98 views
problem in uploading attachment to custom directory
i have been trying to upload the attachments to the custom directory without affecting the old uploads. so i use this bellow code to achieve that
add_filter('wp_handle_upload_prefilter', ...
1
vote
1answer
366 views
How to remove title attribute from gallery links and images
I want to remove the title attribute from within the output of a [gallery] shortcode e.g.
<a href="url" title="bobby">
<img src="url" title="bobby"/>
</a>
should be:
...
1
vote
1answer
79 views
Add attachment for all images in post
I want to move someone else's WordPress blog to a new server. I only have access to the exported XML file of the blog. When importing the XML with the Wordpress Importer plugin, everything went fine ...
0
votes
1answer
26 views
How to retrieve images contained in a post
I'm working with the new media manager, and have a little issue to retrieve the attachment of the post. I'm developing a plugin which needs to retrieve all attachments of specific posts.
I first ...
0
votes
1answer
27 views
Bulk Attach Or Insert Media To Post Without Opening Post Editor
How to create a custom panel inside wp admin dashboard where we can insert media to specified posts in bulk? Here is the illustration:
As shown on the image above, it list all available media on ...
0
votes
1answer
16 views
How to search for post content and attached file names
I need to extend standard WP search functionality so that the search term is also applied to files attached to a post. In other words if user types in "annual report" then search results would include ...
0
votes
1answer
22 views
What is the most efficient way to retrieve a group of image URL's from different attachment ID's of a specific crop size?
I have a basic slider plugin that I am attemping to make more efficient. This plugin collects an array of attachment ID's from the user to represent each image of the slider.
With these attachment ...
0
votes
1answer
41 views
Upload unnattached image from frontend
I am using the below function to let users upload files from the front end. It works great except that I would like the file to NOT be attached to any post. Currently, the file is automatically ...
0
votes
1answer
30 views
Image attachement management - a philosophical question
I'm building a theme which includes displaying images which are not embedded in the body of the post by the user.
I understand the correct approach to this is to use the concept of attached images - ...
0
votes
1answer
121 views
Problem attaching image to a wpec product
I'm having a problem with WordPress not finding all products (wp ecommerce) but just variations of products when you attempt to attach an image to a product in the media section of the backend. It's ...
0
votes
1answer
41 views
dynamically get post attachment while editing
I want to show a meta box on the post edit screen, that contains a list of the images attached to the post. I need the meta box to work for new posts as they are being created. It should update ...
0
votes
1answer
277 views
Why can I not view image attachment pages?
I have a problem with images.
I can see my uploaded images, as previously, through the media library. I can access each image by clicking on "edit". But if I then click on "View Attachment Page", I ...
0
votes
1answer
119 views
Use full size images in a specific gallery
Thumbnails are displaying as 100px however the full size is 130px which is what I want.
I want this only in one specific gallery.
Also would like to link each gallery thumbnail image to an external ...
0
votes
1answer
125 views
Don't show attachments if they are inserted in post
I have attached images that I have inserted into my posts but they also appear in the attachments box at the bottom of the post.
I'd like to know how to make them not appear in the attachments box if ...
0
votes
1answer
553 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
115 views
Attach images to posts using custom fields (just paths to images already upld)
I'm setting up a real estate website, which i make listings using a custom post type 'listings' in which I have multiples metaboxes for beds, baths, and all other informations.
I use a plugin to ...
0
votes
1answer
87 views
Showing the attachment for a page?
I have the following function, it displays the attachments of a post, however it shows the full size, how can i show a limited number of attachments and also a smaller version like a thumbnail.
...
0
votes
1answer
79 views
is it possible to force wordpress to always save thumbnails as 'jpg' not 'png'
I cant see any settings and cant see much in the php api docs regarding this?
for instance if the original file upload is a png wordpress converts to jpg
0
votes
1answer
138 views
How to set a default meta value for custom field
I have setup a custom meta_key for attachments. Since it is a radio button with Yes/No options, and the default value is always Yes, I need that this default value is saved into the db when the ...
0
votes
1answer
101 views
WordPress Attachments vs Post Meta
Apologies if this is not a question and belongs more in discussion, but In dealing with image attachments for a portfolio site, what is the benefit to having images be "attached" to a post versus ...
0
votes
1answer
25 views
Post Attachment missing head (stylesheets/js/what-not)
I am using a modified 2011 theme, I got the single post to look fine but my single attachment is not working.
I'm told this will default to the page.php if I do not have an attachment template. So, ...
0
votes
1answer
188 views
How to retrieve attachments from child pages of a specific Page?
How would I retrieve attachments from all subpages of a specific Page ID?
Example:
SPECIFIC PAGE
Child (with attachments)
Child (with attachments)
Child (with attachments)
I'm currently ...
0
votes
1answer
290 views
Can't sort get_posts by post_mime_type
I'm trying to run a query to get all attachments and I'd like to sort by the post mime type. This query isn't working. Any ideas?
$query_args = array(
'post_type' => 'attachment',
'numberposts' ...
-1
votes
1answer
35 views
How to link images of one WP site to another WP site?
My first site is having 92 categories to display more than 10,000 SMS. Now I want to insert random images to all my posts (SMS) from my other site which is having images as per my categories in SMS ...
2
votes
0answers
195 views
Saving images from Gravity Forms repeatable File Upload as post attachments
I am trying to upload multiple images as attachments to a post using Gravity Forms and the Gravity Forms + Custom Post Types plugin.
I have a repeatable File Upload field using the Gravity Forms ...
2
votes
0answers
46 views
Page Attachment Permalink Structure based on Menu Order?
I've been on a quest for the past couple of days reading up on Rewrite in WordPress but still can't seem to figure out how to accomplish this.
When using pretty links in WordPress, media attached to ...
2
votes
0answers
288 views
Get attachments (get_posts) and WP 3.5 new uploader
I'm using get_posts() to get attachments from the post and use it in the slider. The issue is new uploader doesn't have that "Gallery" tab which was perfectly suitable for this. It also seems to be ...
1
vote
0answers
30 views
Show message in media-new.php
I'm wondering if there's a way to show a specific message when user uploads a file using the wp-admin/media-new.php script.
So far I have this:
function my_uploads_notice(){
global $pagenow;
...
1
vote
0answers
79 views
How to edit attachment with media-upload.php?
I'm looking to edit an attachment and I'm trying to supply a link to the existing preview image.
<a href="media-upload.php?type=image&TB_iframe=true&" class="thickbox" title="Edit Image" ...
1
vote
0answers
123 views
Upload iPhone video clips to blog via native WP app
I'm using the WordPress iPhone app, and when I upload video clips to a blog they show up in some browsers and in others not. I'm using a HTML5 video markup as a container for the clips. While mpeg-4 ...
1
vote
0answers
56 views
Converting Attachment to Images?
I've had no problem using lightboxes before with attachment images, but I've switched to a new theme called Quicknote and it seems that attachment images now instead link to the attachment page.
...
1
vote
0answers
51 views
Regex to turn embedded images in to attachments
I've got a blog that has all images embedded in each post rather than a thumbnail linking to an attachment page which is what I'd like.
I understand from this question that no plugin (like Regenerate ...
1
vote
0answers
56 views
WP_Query Attachment adds additional attachment count and need to link attachment to post url
I just wonder why WP_Query adding one more additional attachment with the defined number or posts. Also need to link attachment (thumbnail) to the post url. Here is my code
<?php
$query = new ...
1
vote
0answers
152 views
Query_posts and attachments
I need some guidance on some WP code. I'm wondering if it's possible to take this code (which is grabbing all the images from the posts across my site and dumping them out):
$args = array( ...
0
votes
0answers
9 views
Editing with thickbox in wp-admin - Endless loading
I have a plugin with images inside wp-admin.
Works fine without thickbox
When clicking on an image I can edit them with this URL:
...
0
votes
0answers
16 views
get_attachment_link() adds a hashtag to URL
I'm using the get_attachment_link() function in a site I'm developing and it's returning a really weird result. For some reason it adds #main at the end of every url.
...
0
votes
0answers
13 views
Add to the library a media from a subfolder
I'm trying to upload some media to the media library in a "uploads" subfolder. The problem is that the media is added, I can see a new entry in the media library, the database the guid of the file ...
0
votes
0answers
23 views
How to upload images using <form> as a post thumbnail?
In my custom image upload form, codes are (generally):
if(isset ($_POST['submit'])=='Submit')
{
$product_image_1=$_POST['product_image_1'];
$product_image_2=$_POST['product_image_2'];
$newPost = ...
0
votes
0answers
35 views
Delete associated thumbnails when calling wp_delete_attachment
I have a somewhat straightforward script that allows users to upload their own avatar from the front-end. Another script allows them to delete their avatar, before uploading another. The ...
0
votes
0answers
48 views
How to create resized versions of images added with wp_insert_attachment
I'm uploading images to my media gallery and setting them as my post's featured image, which is working quite well.
I'd like to generate thumbnails of these featured images, in the same way that ...
0
votes
0answers
32 views
Linking Attachment page to another attachment page of larger size
I am not sure is it really possible. I have a gallery. But few years ago, I did not cared to make the image size on attachment page full size. You know what I mean, attachment page shows default size ...
0
votes
0answers
67 views
Make Add media button accessible to all in front end
I am trying to add an interface in which any user(including non logged in) can create a post from the front-end. I am able to bring the default wordpress editor to front-end using the wp_editor ...
0
votes
0answers
31 views
Custom post types images go to a specific folder, not the montly one
I have a website which allows "mini sites", meaning custom post types.
We noticed that the images that are published along the mini-sites reviews go automatically to the same month, while regular ...
0
votes
0answers
40 views
delete attachment for one post without deleting actual attachment post
I'm writing custom ajax calls for media attachments from FrontEnd, I have everything read to use, except the actual logic.
I'm using WP E-Commerce plugin, where I want many images for one post. And I ...
0
votes
0answers
21 views
Extracting Attachment Id
I am using a custom post type to upload a PDF file an then need to publish a link to that file in my template. Instead of the url link to the file wordpress spits out an attachment_id. how can I get ...
0
votes
0answers
110 views
Insert post from frontend form
I am trying to insert post from frontend form i have different fields and i also want to upload an image. But the problem is that all othere data store except image so here is my code
if( 'POST' == ...
0
votes
0answers
33 views
How to disable parent post in Wordpress
Wordpress associates an image with a post, which is great when it's used for only one post as it will therefore remove the image if the post is deleted, keeping the files and database clean.
However, ...
-1
votes
0answers
30 views
How to get an attachment filename
Hey in the code below I have "echo apply_filters('the_title', $attachment->ID);" instead of showing the name of the attachment I want it to show the name of the file (e.g. document-1.doc)
Is this ...
