• Resolved deelance29963

    (@deelance29963)


    How can I remove your bagged pagination? There is no pagination at all on my site, the products go to the list, and only your plugin creates pagination (when selecting filters)

    add_filter('pre_get_posts', function($query) {
        if ( ! is_admin() ) $query->set('posts_per_page', '99');
        return $query;
    });
    • This topic was modified 2 years, 9 months ago by deelance29963.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter deelance29963

    (@deelance29963)

    Стоп, так у вас же уже есть такие настройки :O Блин, простите за мой дизмораль, всё поправил)

    Plugin Support mediawebster

    (@mediawebster)

    Здравствуйте

    Ok! Отлично!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pagination’ is closed to new replies.