Using paginate links with WP_Query

Why ? Pagination is almost everywhere 🙂 Any Assumptions? Let’s assume that you’re developing custom theme with custom post types and you don’t want to use a pagination plugin. Where ? Before the [php] wp_reset_postdata(); [/php] usage examples How ?...