0
votes
3answers
80 views
+50
specify size of post preview image (not post thumbnail)
On the main page of my blog, I have a section in the header with post thumbnails(140x170px) linking to specific categories. Below within the actual blog loop, I also have post previews- an image ...
0
votes
0answers
52 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
67 views
Bulk resizing featured images to bigger proportions
Similar to this guy Resizing to bigger proportions as original not working, I need a way to resize my featured images to bigger proportions as most of the images are smaller than my pre defined ...
6
votes
4answers
166 views
How to disable WordPress from creating thumbnails?
I've been looking around the net for a long time on how to disable WordPress from creating multiple thumbnails.
I've seen in most tutorials to set all the images to 0 in the media section. I have ...
2
votes
1answer
43 views
How to change the naming of the resized image files
Now with custom image sizes Wordpress is almost as powerful as timThumb / phpThumb. There is one problem however. The way Wordpress handles the resized images are chaotic and doesn't survive theme ...
2
votes
2answers
135 views
Resizing Images to lower Disk Space Using Plugins
I'm trying to take existing images and shrink the file size down by resizing to photos to a smaller resolution. I've tried a few methods so far:
Simply editing the photo in photoshop and reuploaded, ...
0
votes
1answer
202 views
Autogenerated Thumbnail compression depending on size
This is a follow up to this question, in witch the jpg compression is altered depending on what WP's built-in image resulting image size returns. While it may work for most of the people, i'm looking ...
0
votes
2answers
70 views
How can I scale down the width of images in bulk that are embedded in posts throughout the site?
I am building a new WordPress theme and it is quite different from my current theme. Currently the dimensions of my images are much wider than how I would like them to be for my new theme I am ...
2
votes
1answer
442 views
Can a thumbnail of an animated gif be animated?
I have an animated gif I want to show in two places, having two different sizes.
I am creating two sizes in my functions.php, using
add_image_size( 'small-feature', 500, 300 );
add_image_size( ...
0
votes
2answers
122 views
Create an instance of add_image_size
I'm looking for a method to create an instance of add_image_size();
To elaborate: I am using the file uploader in a plugin to insert a file reference by ID. That ID is then used to create touch icons ...
0
votes
1answer
217 views
Migrating a website using custom image tags to use featured images instead
I have a site that was built using a Wordpress 2.x era theme that uses a custom field "image" to hold the URL to use as a featured image for each post.
I am migrating to use the PageLines Platform ...
0
votes
1answer
651 views
Three Questions with Twenty Eleven theme
I have a few things that I need help with in Twenty Eleven.
The logo I put in the header is resized to 578px by 160px, when it is supposed to be 326px by 90px.
I would like to simply the php code ...