http://www.nextimagemedical.com/wp
Featured images are set in the post options, but not populating in either the list thumbnail or featured image in single post view. Thoughts?
Nilesh shiragave answers:
are you sure you have timthumb.php file inside your themes directory at
http://www.nextimagemedical.com/wp/wp-content/themes/clearspace/framework/theme_plugins/timthumb.php
I think you don't have timthumb.php file inside that theme_plugins folder. Just download timthumb.php from this link and upload inside that theme_plugins folder
http://timthumb.googlecode.com/svn/trunk/timthumb.php
Nilesh shiragave comments:
Patric your theme is missing timthumb.php file that's why thumbnails are not displaying. don't change any code just upload timthumb.php file inside that "theme_plugins" at
http://www.nextimagemedical.com/wp/wp-content/themes/clearspace/framework/theme_plugins/
Patrick MacAdams comments:
This worked, thanks!
Nilesh shiragave comments:
Great :)
Reland Pigte answers:
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full'); ?>
<img src="<?php echo $image[0]; ?>" alt="" />
Try this if it works for you
Patrick MacAdams comments:
where should i place this?
Reland Pigte comments:
Inside loop or the place where you wanna display the image.
Francisco Javier Carazo Gil answers:
Hi Patrick,
I have seen the support forum of Clearspace theme and [[LINK href="http://support.hawktheme.com/topic.php?id=348"]]in this topic[[/LINK]] author's theme says:
HawkTheme
MODERATOR
Hi, do you upload the image in the post?
timbomckay
MEMBER
No. The picture isn't uploaded in the post or in the actual article itself. When the blog/article is written it only has the text, but in the "Featured Image" I assign the appropriate image from the media library. So it's the Feature Image of the post but not technically in the post. I guess. Do the Blog Posts now support Featured Images in Single Blog Post, only in List mode?
Thanks
HawkTheme
MODERATOR
Hi, if you want to show images in single post. you should upload images for this post.
timbomckay
MEMBER
So in order to include an image as the featured image in a blog post I need to add it as the featured image so it shows up in list mode, and then add it to the post so it shows up in the single post? So I need to include the image twice for each post?
HawkTheme
MODERATOR
1). List: Upload an image, and set it as feature image.
2). Single: If you just want to show one image in single slider. You can't need to upload image again.
Hope it helps!
Patrick MacAdams comments:
hi- saw this. the moderator basically closed the topic without answer the user's question.
Francisco Javier Carazo Gil comments:
Ok,
As Nilesh says, check that you have timthumb.php in the correct path. The correct one is the next one: /public_html/site/wp-content/themes/clean/clearspace/framework/theme_plugins/timthumb.php