Single post page have default pagination. But sometime you don’t need pagination on single post page. You can simply disable pagination from single post page by removing the pagination hook.
Here is the hook you can add in function file to remove pagination from post page
Here is the hook you can add in function file to add pagination on post page
You can also add multiple pagination on single post page and also can change pagination position.
here is the blog to add multiple pagination and change pagination position.