Show Snippet
-
Hi all,
I have now this query:
<?php query_posts('showposts=5&random=true');?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div> <h1><?php the_title(); ?></h1> <p><?php postimage('thumbnail'); ?></p> </div>
It show the 5 recent post’s.
My question:
How to show post 5 t/m 10 (by random?)
How to exclude a category id?Someone?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Show Snippet’ is closed to new replies.