Pagination issues
-
Hi,
I made some custom templates for this plugin and all of it is working great, except for the pagination. Standard pagination for archive pages and for single pages doesn’t want to work. This seems strange as the same code works perfectly fine for other custom post types/plugins.
To give an example, the standard previous/next code when used in single job template doesn’t give any output:
<?php previous_post_link( '%link', '<div class="previous">< ' . __( 'previous post', 'oak' ) .'</div>' ); ?>Is there any documentation regarding pagination for this plugin I could look into? Or is there something about the way this plugin is set up that causes this behavior?
I’m using the latest version 1.25.1.
Thanks
The topic ‘Pagination issues’ is closed to new replies.