thumbnail of latest post on main page….
-
Hello
How to get a thumbnail of the latest post on my main page?
i have tried with :<?php query_posts(‘cat=6&posts_per_page=1&orderby=rand’); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”postthumb1″>
<?php post_thumb(); ?>
<p class=”undertheimage”><b>NEWS</b></p>
</div>
<?php endwhile; ?>
<?php endif; ?>But this only takes me to the whole menue of ALL the posts in this category and i want to be taken to the latest post simply…………?
how to do???
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘thumbnail of latest post on main page….’ is closed to new replies.