Currently I’m doing this with a plugin and disabled theme default post pagination.
the theme pagination shows only page numbers and some posts have 500+ pages so the list goes long.
So need the pagination like the image through theme code. pls help
The page break option is handled by WordPress so the theme doesn’t have control over the format – you can see the default format from a Twenty series theme here: https://www.screencast.com/t/4uPs8tQvUdP
You will have to check with the WordPress support team to see if they have filter so you can change the output.
The plugin you are using should be a good solution as well.