Hello, I ran into a problem and I can’t find a solution, or maybe I don’t understand something. In general, I made a custom page and made it a static main one. I try to display posts on it via WP_Quary, but pagination does not work and when I don’t make it static, it works and the address shows in this form: site.com/home/page/2/ site.com/page/2 is not loaded

Does pagination generally work on a static page if it is main?

    1 answer 1

    'paged' => get_query_var('page') // Если страница главная 'paged' => get_query_var('paged') // Вывод на второстепенной странице 
    • Try to write more detailed answers. Explain what is the basis of your statement? - Nicolas Chabanovsky