i used this code to query post in certain category.php
<?php query_posts('offset=1'); if (have_posts()) : while (have_posts()) : the_post(); ?>
because i want to display all post in that category minus the last post, but the problem is when i go to page 2 the content not changing (still the same with page 1)
does anyone can solve this..thanks in advance
Alternatively, if you aren't quite comfortable messing with the PHP, try out this plugin, which makes the process a bit easier.
@douglashanna
im using wordpres 2.7.1 and it's not compatible i got an error after i intall it..thanks anyway for you response.. :)
@Shane G
i looked to your reference articles for the right query posts but still not found what i want..
and many thanks for your support