logo

This is an old version of this answer!

Return to the current answer
Replace this line:

query_posts('post_type=post');


With this line:

query_posts('post_type=post&page='$page);

Baki Goxhaj | 08/29/10 at 6:47am

This is an old version of this answer!

Return to the current answer