Any documentation on how this function is to be used?
I’ve created a template for some CPTs and when I enable pagination in my WP_Query statement, I end up with a truncated list of posts, but no pagination controls. Adding/removing the call to “fluida_pagination()” does not make any difference.
The theme’s pagination function is a wrapper (to customize the appearance) of WordPress’ core the_post_pagination() function.
If that function works with custom post types then the theme’s pagination should work too.