Forums
(@friendrix)
1 year, 8 months ago
Have found a solution, when defining the post type it is necessary to add ‘show_in_rest’ => true
9 years, 11 months ago
I found that using var paged turn URL to view like this https://test.ru/catalog/page/2/?var=value Is this var recommended for use in pagination? Or I should use a different query var?
paged
I use page in pagination when show product list. Is it wrong? Shouldln’t I use this var at all?
page
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: https://test.ru/catalog/2/?var=value to this: https://test.ru/catalog/page/2/?var=value
Thanks for answer!