Add Number Pagination in WordPress Theme Development??

If you show Number Pagination your blog post in WordPress. To show set of page number with 1 2 3  numberic  style for  Previous and Next page . 



Number Pagination



go your theme wp theme folder and find your post page then you search
 <div class="blog_pagination">
              <nav>
             <ul class="pagination pagination-lg">
and you paste this code  .
code are here: