Have found a solution, when defining the post type it is necessary to add ‘show_in_rest’ => true
I found that using var paged turn URL to view like this
http://test.ru/catalog/page/2/?var=value
Is this var recommended for use in pagination? Or I should use a different query var?
I use page in pagination when show product list. Is it wrong? Shouldln’t I use this var at all?
Now I use var page and all works great. I just want to change url appearance.
May be there is a way at least to change this:
http://test.ru/catalog/2/?var=value
to this:
http://test.ru/catalog/page/2/?var=value
Thanks for answer!