I want to create a thumbanail for my wordpress theme similar to thumbnails in a revolution theme. PLZ GUIDE ME
Open the theme in a browser and take a screenshot of the browser then resize it in photoshop to the size of the thumbnail.
No No, I want to create a thumbnail for my blogposts to display on my home page. Similar to revolution theme home page.
<a href="<?php the_permalink() ?>" rel="bookmark" title="Read the rest of <?php the_title_attribute(); ?>"><img src="<?php echo get_post_meta($post->ID, "Image", true);?>" /></a> HTML: I've copied this from my theme, but i'm not sure it is enough. Try to put this in your index.php and then, edit a post, add a new custom field name "Image" (case sensitive) and enter the url from your picture. Let me know if it works
It worked only for the most recent posts. If a new post is made it works for that post but the previous post doesn't have thumbnail