Hi there,
I have almost the same problem as kayapati i hope somebody could help me. I found little diferent query for my custom post type but i’m newby in php and i don’t know how to aply the solution you guys post here to my case.
Here is my code:
<?php $recent = new WP_Query('post_type=pronun&posts_per_page=4'); while($recent->have_posts()) : $recent->the_post();?>
// some content
<?php endwhile; ?>
<?php previous_posts_link('‹ Previous Page') ?>
<?php next_posts_link('Next Page ›') ?>
That’s it. I’ll appreciate some help… thanks.