Custom pagination in wp

You will need to use paginate_links (https://codex.wordpress.org/Function_Reference/paginate_links) to output pagination. You’ll need some additional CSS to style the links however.

tech