Tagged Questions
0
votes
0answers
27 views
Archive Page Pagination not working
I am using the following template for a custom post type. The pagination does not work as you can see at http://www.xava.ie/testimonials
Any hints as to why it is not working for me?
<?php
...
0
votes
2answers
232 views
paginate function in archive for custom-post-type
I have a custom-post-type for events and use the normal archive.php template to list all previous events.
The thing is that I use a custom query for my event-post-type inside archive.php like this …
...
0
votes
1answer
207 views
Custom posts not paginating on archive page and returning 404
I'm trying desperately to get the pagination on my custom post type archive page to work, but I keep getting a 404 error whenever I click on <?php next_posts_link('« Older Entries') ?> ...
0
votes
3answers
2k views
How to disable pagination (next/previous links) on post type archive?
How can I remove the next and previous links in a custom post type archive page, but only for that post type?
I know I could wrap any function in if ( get_post_type($post) == 'myposttype' ) {} but I ...
