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.

learn more… | top users | synonyms (1)

0
votes
2answers
132 views

Photo gallery with Featured Images

First, I need to ask if it's possible to create a photo gallery only with the featured images of the latest 6 posts? I assume it is possible but just want to make sure. I don't have much experience ...
0
votes
3answers
179 views

how i can increase Featured thumbnails size?

when i open any post then 1st image show my featured image. i want to increase this size . see it or . i already try to increase from single.php to change this code <p><img src="<?php ...
1
vote
1answer
535 views

Insert an image into a post by API

By using the code below, I can create a new post and upload an image to wordpress's upload directory as a attachment through a form's submitted data. $new_post = array( 'post_title' => ...
0
votes
1answer
214 views

Get post featured image id with $wpdb

I'm not a sql expert, but with some help and copying from queries I've found on the web I got this working one that gets the 20 closest places (custom post type) to a specific latitude and longitude ...
0
votes
1answer
346 views

How can I specify the width and height of the Featured Image in TwentyTwelve theme?

I am trying to get set the width, height and position of the Featured image for a new page I created.
2
votes
2answers
77 views

Multiple instances of Featured Image Query

I have some custom code built into the header of my theme that gets the featured image from a post, displays the image and links to the posts permalink when clicked on by a user. The problem I am ...
0
votes
2answers
88 views

How to update custom image sizes?

I've added multiple custom image sizes using the add_image_size function. The problem here is when I need to update the proportions of these sizes, the changed sized won't apply. My guess is that ...
0
votes
2answers
221 views

Is it possible to add posts and images (auto resize) for custom post types with a script?

I have a specific need to import many post with featured images into a custom post type. The issue is, I need this to be a script because it runs off of another system that collects all the data. I ...
1
vote
1answer
112 views

Big Image on Featured Post, Normal on Single Post

I have included a code which fetches any post under my category=featured. And that shows-up on the top of my content (*whenever we have any breaking news to show*)on blog-page. The problem is, The ...
0
votes
1answer
151 views

WP Wrap Featured Image in a Link

I want to wrap a link around a featured image (only if the custom meta box has been filled in), the link will come from a custom meta box. Here's my image code: the_post_thumbnail('screenshot'); ...
1
vote
0answers
113 views

Resize post thumbnail produces horrible image quality..Any help?

im having a problem figuring this out. I am displaying a random post on the header of my site but the post-thumbnail looses quality when I add a custom size. How can i make it not loose quality? This ...
0
votes
1answer
486 views

“Use as featured image” not working , “Set Featured Image” hangs. GoDaddy Issue [closed]

What my site runs on: Wordpress version: 3.4.2 Host Gator Shared Server PHP 5.3 What happens when i click use as featured image ? The text "Saving..." appears and the image never gets saved as ...
1
vote
1answer
79 views

Show last 2 image attachments from posts

How can i show the last 2 post attachments in my category template? I tried the following But i need to show the last 2 post image attachments if i have the following code function ...
0
votes
2answers
89 views

Add Permalink to Post Thumbnail, syntax code issues

I´d like to link the_post_thumbnail by using the the_permalink. I do this (It Works without link) <?php $args = array( 'post_type' => 'xyz', 'posts_per_page' => -1, 'orderby' => 'rand' ...
1
vote
4answers
422 views

How only display all post related to category

I'm trying to make a custom template for my category pages that only pulls in post under a specific category. At the moment, I am only able to pull in all post and not category specific... My code so ...
1
vote
0answers
53 views

Change Featured Image direcly in the Page

In Doing an Image Gallery with Fancybox( lightbox ) using a wordpress loop, take a look at the code inside the loop: <div class="gallery_image"> <p style="width:201px; height:199px;"> ...
3
votes
2answers
196 views

Set Featured Image for Archive templates

I'm want to set a featured image for the archive templates of my theme. To my knowledge, there is not a way to do so in the WordPress Admin (like Pages and Posts). I was thinking about writing a ...
1
vote
1answer
323 views

Add a Post Thumbnail to an RSS Feed with custom size

I have two different blogs on the same domain and my goal is to get the 3 latest posts from blog1 to show on the home page of blog2. Everything goes well following these instructions: ...
0
votes
1answer
113 views

Displaying media for custom post type

I created a custom post type for Products. I can display all the fields no problem (either in a list or a single-product.php). I wanted to use the Media library and associate an uploaded picture ...
1
vote
3answers
164 views

Exclude featured image from gallery in wp-admin

Is there a way to prevent the featured image from even showing up in a post's gallery? e.g. when editing the gallery in the admin for a post, the featured image isn't there.
0
votes
1answer
217 views

Wordpress update_post_meta is not functioning as expected [closed]

I am creating a form with the goal of creating a post and assigning it a feature image. I have the post creation working 100% as expected, but I don't understand why update_post_meta is not ...
0
votes
1answer
91 views

Different size thumbnails on home and single pages

small size thumbs are shown on the homepage which is fine, but I'd like to show large thumbs on single-page. This is a function in my functions.php: function fix_my_gallery($output, $attr) { ...
0
votes
1answer
99 views

Add_image_size not generating correct size

I have 2 additional image sizes i've added to my theme and the for some reason when I use the Force Regenerate Thumbnails plugin, my images are created but the files sizes are not exact. Here is the ...
0
votes
1answer
74 views

How can i add thumbnails images to particular post (using code not admin pannel) in wordpress

I am trying to set thumbnails for my post. I have post_id = 285 and I want to add manually a thumbnail (using code) but I'm not succeeding. update_post_meta( $post->ID, '_thumbnail_id', ...
1
vote
1answer
67 views

How to get_posts having post thumbnail?

I have following code: $posts = get_posts(array( "meta_key" => "special", "meta_value" => "surprise", // "has_post_thumbnail" => true, // how to do that? )); What should I do to ...
1
vote
2answers
245 views

the_post_thumbnail fallback using hooks

I am using this big theme that is almost entirely relying on widgets and sliders. Now I trying to avoid looking for post_thumbnail output code in all the included files in order to achieve fallback ...
0
votes
1answer
32 views

Adding a featured image to a post, breaks the blog [closed]

don't know why but if I try to add a featured image to this post http://www.fabiosirna.com/blog/2012/09/arrivederci-nonna-uccia/ it breaks the blog (currently the featured image is not set for ...
2
votes
2answers
184 views

Get featured image on Blog Index

I've been trying to use the "featured image" from the home (the blog index) with no luck. It's working for every single page, but it's not working for the home. The code looks something like this: ...
1
vote
1answer
43 views

Look Through Family Tree and Find Featured Image

I just built a theme that looks for a featured image on the current page, if it can't find a featured image it will continue to look backwards through the family tree until it can find one. Then it ...
1
vote
0answers
225 views

How to export all content with feature images?

I want to export all content with featured images from my localhost WordPress site to the production blog,but when I tried using the default WordPress export-import plugins ,all content get exported ...
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. ...
0
votes
2answers
60 views

Post-thumbnail only for specific post-types?

I have this in my functions.php add_theme_support( 'post-thumbnails' ); This means all my post-types (normal posts and custom-post-types) have post-thumbnails enabled. Is it possible to just ...
1
vote
2answers
127 views

Setting a default placeholder image WITHOUT link

Can anyone help? I'm trying to show a default placeholder image on my posts when the user hasn't uploaded an image. I have the below code BUT i need to rewrite it so that the link isn't applied to ...
1
vote
2answers
1k views

Show featured image next to post-teasers in Genesis Framework?

I want my posts to have a featured-image thumbnail beside it, how do I do this?
0
votes
1answer
117 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
243 views

Using set_post_thumbnail inside save_post action gets overwritten

I've added my own function to save_post as follows: add_action( 'save_post', 'save_recipe' ); function save_recipe( $post_id ) { // ... set $thumb_id from custom code ... ...
0
votes
3answers
294 views

resize and crop thumbnail photos

I am using a wordpress theme that displays an image as 600x400 for the slider, the same image on the home page is 290x180 but inside the article the same image is displayed as 600x250 (!). If the ...
0
votes
1answer
78 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
0answers
202 views

Zurb Orbit Slider Define Image size [closed]

I am pulling my hair since many days to solve this :P What I want to do is displaying slider with post thumbnail with excerpt. After few days search I found solution ...
0
votes
1answer
124 views

Attachment Image using wrong src?

I've had some issues recently with this code below to display the featured image of a page: add_theme_support( 'post-thumbnails' ); add_image_size("homepageFeatured", 250, 250, false); ...
0
votes
1answer
1k views

Get current post featured image ID

Is it possible to retreive the current post (inside the loop) featured image ID? The reason why I want this is so I can do something like this... <?php $featuredID = //get the featured image id ...
0
votes
1answer
96 views

Trying to change featured image from 180x180 to full width on home page

Right now my theme puts a 180x180 square image to the left of the title on the home page for each blog post. I'd like to change that to be full width of the content area and below the title. I'm using ...
1
vote
1answer
498 views

Use post thumbnail as div background

I'm having trouble implementing a way of using the set WordPress post thumbnail as a background for a div which will include the whole post. Basically, I need a way to call for the thumbnail URL in ...
1
vote
1answer
240 views

Adding Videos as post-thumbnails (no stills, just the player in a smaller size)

I’m using Excerpts with post-thumbnails on my startsite. Adding Images is working pretty fine. But how can I embed a video from vimeo or youtube as a post-thumbnail? Just the video in a smaller size, ...
1
vote
3answers
986 views

How do I add the featured image to the_content after the first paragraph?

My problem: I'm trying to create a filter that will add the featured image of a post to the_content, so that I can have the first paragraph of the_content displayed before this image. What I basicly ...
1
vote
2answers
210 views

offload media to external services

Does anyone know a way (plugins or similar) to offload media (images mostly) in wordpress to an external service? like flicker, or imageshak? I think that offloading images from the wordpress ...
1
vote
3answers
625 views

How can I call a thumbnail/featured image to be a background image?

I activated the post thumbnail by putting this in the functions.php: add_theme_support( 'post-thumbnails'); And this in the loop.php: <?php the_post_thumbnail('full', array ('class' => ...
0
votes
1answer
673 views

Featured images loop for Orbit Slider

To integrate Zurb´s Orbit Slider in my theme, I´m trying to generate this HTML with WordPress: <div id="featured"> <img src="featured-image-1.jpg" alt="the-alt-tag" ...
1
vote
0answers
522 views

Set Featured Image Thumbnail from external URL

I have been searching high and low for a work around to set a featured image thumbnail from URL. I understand by default the image must be on my server to get re-sized and display. Need to get a php ...
0
votes
1answer
168 views

Next Prev Post link rendering current post thumbnail

i am using below code which should render next and previous post thumbnail but it is showing the current post thumbnail in Custom Post Type single page <?php $prevpost = get_previous_post(true); ...

1 2 3 4 5 11