Change OlderPosts/Newerposts to page count

Hello Colorlib,
How I can change theme to display page count like this " << 1,2 … 10,11 >>", not
show “oldes posts” and “newer posts”.
Thank You in advise.
Ogi

Few weeks ago I answered the same question for Sparkling theme but it works the same way as Dazzling theme. Here you can read more about how to implement numeric pagination in this theme.

The only difference in that tutorial is that instead of looking for

<?php sparkling_paging_nav(); ?>

You should look for:

<?php dazzling_paging_nav(); ?>

Let me know if this helps.

Hello, Aigars
Works just fine!
Tahnk You Very much!
Greetings