The attachments tag has no wiki summary.
1
vote
2answers
43 views
Image rotation fails to regenerate custom sized thumbnail
I'm using custom image dimensions in functions.php like this:
add_image_size( 'custom-size-thumbnail', 120, 120, true );
I uploaded some pictures with wrong orientation, so I used "edit" options to ...
0
votes
2answers
30 views
How to move image attachment from post to another?
How to move image attachment from post to another (not to "Remove Permanently" and Re-Upload) ?
I'm using WordPress 3.5.0 and I have a thousand images to process. Is there a built-in function for ...
0
votes
2answers
56 views
Upload image and assign it's id to post
At the moment i am working on database conversation script from other cms to Wordpress and faced one problem: I have a list of images, so i need to upload it to Wordpress, after it receive new link, ...
0
votes
2answers
79 views
greater flexibility in targeting images attached to page
Right now I have several images attached to my page, but I only want four of them to display in a slideshow, and then the other ones are referenced within the page's visual/html box. The problem is ...
0
votes
2answers
505 views
How to get thumbnail from post attachment in this loop
I use this code to display Most popular posts based on view count, but I dont have images in post content I have all images attached to post via attachment (gallery)
How to replace this "thimthumb" ...
-1
votes
2answers
169 views
Open attachments in new tab/window
I'm trying to make every attachment link open in a new tab/window but checking the 'Open link in a new tab' checkbox in the post editor or adding target="_blank" manually doesn't seem to work. Links ...