Not with custom post types. The WP Knowledgebase plugin uses a custom post type, so pagination must be added.
I was hoping that we can get a quick fix from the developer on this one… I know how to add pagination to custom post types. Usually, it’s no more than eight lines of code when using WP_Query. However, where the pagination would need to go in the kbe_search template, there’s an AJAX call instead of modified loop. Unfortunately, I’m not familiar enough with AJAX to know where to insert the appropriate parameters. Guidance on this is appreciated.