do you have a featured image assigned to tour posts ?
yes i have .
thank you alchymyth but thumbnail dont appear !!
Ok but show the thumbnail of the page where i run the code
i want runthe code in page , and get last 5 title of post from one category with thier thumbnail
i have same request
i want display titles of posts in a single category
<?php query_posts('category_name=category-slug&showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a> </li>
<?php endwhile; ?>
this code diplay titles then diplay contents of posts
i want diplsy titles only without display posts in page