Post Thumbnail is a theme feature introduced with Version 2.9. Thumbnail is an image that is chosen as the representative image for Posts, Pages or Custom Post Types.
0
votes
3answers
64 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
10 views
Set Featured Image from Form in Front End
I am creating a front end creator/editor for some custom post types.
I wanted to have a button that opened WordPress' "Set Featured Image" modal (as is found when creating a post from the admin ...
1
vote
1answer
20 views
Make WordPress size and name images for Retina.js
I'm a huge fan of the way retina.js works for high pixel density displays. Essentially, when it's loading image assets (via <img> or css image) it will check if there's a @2x suffix version of ...
0
votes
1answer
133 views
Smaller thumbnail in the_content
My site is basically a Pinterest style product catalogue with atleast one image per post.
I upload large images, thumbnails of which are automatically generated by wordpress BUT the website has been ...
1
vote
2answers
32 views
Allow author to choose his featured image size
Request from a client. He wants his authors to be able to upload their image and then set it as featured, just like normal. The difference is that when setting it as featured, he wants the author to ...
1
vote
0answers
14 views
How to replace featured image upload option with the post media image option
I am looking for a way to insert custom URL links in featured Image as well. Currently Featured image tab is only having these basic settings -
But I want to add custom URL links to my featured ...
4
votes
3answers
9k views
How do I set a featured image (thumbnail) by image URL when using wp_insert_post()?
While looking through the function reference entry for wp_insert_post(), I noticed that there's no parameter in the array it requires which will allow me to set the 'Featured Image' for a post, ...
0
votes
1answer
15 views
Add Image Size for Featured Image with Responsive Design
So, I know that I can make a custom featured-image size by adding this to my functions.php file:
add_image_size('newsize', 883, 300, true);
and calling it with:
the_post_thumbnail('newsize');
...
0
votes
1answer
209 views
Extract featured image from link mentioned in blog post
You ever notice Google News has relevant images associated with its headlines?
How can I use WordPress to extract a featured image from an external webpage referenced in a blog post (or custom ...
0
votes
1answer
13 views
display post thumbnail for specific category outside of loop
I'm building a theme that features a section wherein I'd like to have the single most recent post's thumbnail of a single category displayed between the header and blog sections. Something like ...
0
votes
2answers
2k views
Set first image (external) as featured image / thumbnail
I've read through a lot of code snippets now and it seems like wether I'm to stupid or there is no solution for this.
I have a setup where some information for a product is loaded via amazon API if I ...
0
votes
3answers
36 views
Add title to image post
I can't add the title on a featured image in the recent posts.
try this but only get the alt
<?php
$default_attr = array(
'src' => $src,
'class' => "attachment-$size",
...
1
vote
3answers
7k views
Remove title attribute from images
I'm looking for a way to remove the title attribute from images, preferably through using a hook or a filter.
Most clients don't bother giving images a proper title, thus eliminating the purpose of ...
0
votes
1answer
27 views
Displaying warning if no featured image has been set - Post Editor
I run a multi-author website and many of my users are forgetting to set a featured image for their post. This is a big problem as my theme depends highly on featured images to keep a consistent feel ...
1
vote
2answers
209 views
Specific featured image for each category
I´d like to set specific featured image for all posts in one category.
So, if I have category Good Jokes, all posts in category Good Jokes will have the same featured image displayed in front page.
...
-1
votes
2answers
119 views
Editing featured image
How can I edit the featured image? Usually I upload the image in media, there is one option which says "use as a featured image". This works fine but the output image is badly cropped. I want to know ...
0
votes
0answers
24 views
Is there a way to force Featured image to show as attachement?
When adding an image as a featured image to a post - if the image is an existing image in the Media Library, then the image is not added as a true attachment but as a thumbnail, shown like this in ...
2
votes
2answers
115 views
How might I retrieve a featured post image from an external WP site and display it as a link back?
I have two WP sites. I want to reach from one of them, into the other, and retrieve specific featured images for posts, and display them with a link to that post.
I am using this line (with the ...
0
votes
1answer
425 views
Can't Display Featured Image in RSS Feed
I'm currently working on a test website on my local server using WordPress version 3.4.2. I've tried various different solutions. Some have included installing various plugins, such as WP RSS Images ...
0
votes
1answer
22 views
Create post thumbnails from images stored outside of uploads directory
I am redoing some of my older blogs and I noticed with the new themes most of them take advantage of featured images which is fine. The problem is a lot of my older posts that was never set either ...
0
votes
0answers
14 views
the_post_thumbnail(“size”) returns same image for all sizes except thumbnail
I've got 3 default image sizes set up in "Setting > Media Settings > Image Sizes"
However, when I use anything but "thumbnail" as the image size parameter in the_post_thumbnail(), it returns the full ...
3
votes
1answer
603 views
How can I add a set featured image function to a theme that doesn't already have it built in?
I'm a relative newbie to WP and PHP in general, but now that I'm into it, I've caught the "WP fever" and have ditched asp.net.
I finally found a quality theme that I like and I'm considering buying ...
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, ...
-1
votes
0answers
22 views
Add_the_image_size Responsive
I am using the code:
add_image_size ('portfolio1', 600, 344, true);
to show my portfolio thumbs on my website.
But when I'm using tablets and smartphone i want these images width 100%.
I'm using ...
0
votes
1answer
372 views
Pirobox Gallery from single image link
I need to have the post thumbnail image link to a gallery of post attachements displayed using pirobox. This is the code i use:
<?php if(has_post_thumbnail()){?>
<div ...
0
votes
1answer
31 views
How to attach images that I “insert from url” into the post?
I'm trying to get the list of images in my post, to display them in the front page... the problem is that when I add a new picture from a URL, it doesn't seem to attach it.
$images =& ...
1
vote
1answer
359 views
Archive show thumbnail
I want to show thumbnails next to my posts in archive page, however it only shows thumbnails if the posts has a featured image.
So i want to show thumbnail for the image attached to the post, but i ...
0
votes
6answers
2k views
the_post_thumbnail hard cropping not working no matter what
No matter what I do - I can't get the hard cropping mode in the_post_thumbnail to work.
Here's what I have:
add_image_size( 'Blog', 300, 300, true );
the_post_thumbnail('Blog');
I've also tried:
...
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 = ...
2
votes
1answer
20 views
How to remove thumbnail sizes for specific post type on a child theme?
The theme I'm using includes a slideshow that generates an additional 4 image sizes for every image that is uploaded. I don't need to have all those images being generated for every image.
Is there ...
0
votes
0answers
19 views
Post thumbnail size for custom field only
I'm using advanced custom fields (the plugin), and I have some image upload fields. The images that I'm uploading via this custom field need to have a specific size, but I don't want to create images ...
0
votes
1answer
31 views
Custom post doesn't show featured image
I'm probably missing something but somehow my custom post type doesn't display the featured image input field when creating the post. I have the featured image already registered in my functions.php ...
0
votes
1answer
118 views
featured image problem with custom post type
I created a new custom post type based on the code provided by the wordpress codex. But when I try to set a featured image it returns and shows -1 in the featured image box instead of the images.
I ...
0
votes
1answer
271 views
Site not getting correct featured image from my query
On the home page of my site I have a series of tiles that link to various parts of the site. One tile links to the blog and I have written some code to pull the latest post with an image attached to ...
0
votes
1answer
99 views
Title image is missing ( but is not the WP 3.5 issue )
I use Wp 3.4.2 and Featured Image. After I feel the Title, Alternate Text and publish the post, html code looks like this:
<img width="214" height="300" title="" alt="Test" class="frame ...
0
votes
1answer
229 views
How to add thumbnails to posts?
I am using the latest version of WordPress with the Twenty Ten theme. How can I add thumbnails to each of my posts?
A step-by-step guide would be helpful in this regard.
-1
votes
0answers
27 views
html to image featured image
hi how can i use the script below to be able to convert html to image in wordpress so that when i click a button it generates and set the image a featured image, i wanted to create a metabox in post ...
0
votes
2answers
34 views
Featured image for news page
Is it possible to display a featured image on a news page that uses index.php?
I'm currently using wp_query to display posts from a specific category on the news page. Each post has his own featured ...
2
votes
1answer
63 views
Featured Image Size Conditional Tag?
Is it possible to check what image size has been selected for the featured image and only display that image..
For example.
<?php if(has_post_thumbnail('small-image')): ?>
...
0
votes
1answer
163 views
Cannot get post thumbnails to display
I'm stumped. I've pored over all the articles here and beyond to no avail. I'm trying to simply display the post thumbnail in a template page, but it will not show up.
I have thumbnails enabled for ...
0
votes
0answers
13 views
How to require minimum image size for featured image only
I would like to show a message when a featured image is set in the WordPress admin for any post type.
E.g. a user uploads an image and sets as featured image. I check, if the image size is adequate ...
0
votes
1answer
36 views
the_post_thumbnail() get the URL to the “medium” sized image
In the script below, I need to get the URL path to the "medium" size image in the "data-responsive" attribute. Its currently returning the thumbnail size.
the_post_thumbnail("thumbnail",
array(
...
0
votes
2answers
202 views
Issue where WP Featured Image will not display
The code I'm using, is outside of WordPress i.e.
define('WP_USE_THEMES', false);
require('blog/wp-blog-header.php');
global $wpdb;
The code that I'm trying to display the post thumbnail (the ...
2
votes
1answer
944 views
get_the_post_thumbnail() doesn't taking style attribute
This seems to be an easy one but its giving me quite a hard time. get_the_post_thumbnail() suppose to take attribute as an array. Well, everything working right but when i pass style attr its doesn't ...
2
votes
2answers
38 views
Setting featured image with function, 1 part not working
I'm trying to set a post's featured image based on custom fields. There are different types of posts and therefore the featured image should be set depending on which custom fields have been filled ...
0
votes
1answer
241 views
How to make featured image thumbnails on index page load smoother?
I'm using a theme called Hatch Pro, which is a gallery based theme and the index page displays the posts using the featured image. You can see it here.
On slower browser environments, the images ...
2
votes
2answers
649 views
Cropped featured image replaces original image in gallery
Firstly, I have done my research as thoroughly as I possibly can. Searches have been made, but I have not found any advice or solution as to my exact issue.
Ok, time to explain.
Currently I am ...
0
votes
1answer
42 views
Latest news mini images
I tried to find an answer on websites and other forums, but found nothing. I will try to explain my problem.
I need to change my WordPress website so that it displays a small image for all news ...
0
votes
1answer
43 views
Retrieve Image Attachments Getting Post Thumbnail Image First
I have written a funtion to get post image attachments, is there any way of ordering these images such that the first is always the post_thumbnail?
Code below
Thanks
John
function ...
0
votes
1answer
9 views
How to import linked images and make them featured -> automagically
I am using FeedWordPress to syndicate articles from RSS feeds.
The plugin does a beautiful job of bringing in the content, preserving original formatting, and assigning metadata to the right places. ...


