• There is a problem with grouping by categories when paging is enabled.
    It seems like the grouping is happening after the paging, which doesn’t make sense. I can’t find a way to fix this in the settings.

    Here is an example of the problem:

    I have a category called “Listings” and a category called “Featured Listings”.
    I would like to show the “Featured Listings” at the top of the 1st page before the regular listings appear. The regular listings are in ascending order, by Name.

    this is what I would like to happen:

    Page 1
    Hat (Featured Listing)
    Apple (listing)
    Bubble (listing)
    Cat (listing)

    Page 2
    Dog (listing)
    Elf (listing)
    Fireplace (listing)
    Game (listing)

    This is what actually happens:

    Page 1
    Apple (listing)
    Bubble (listing)
    Cat (listing)
    Dog (listing)

    Page 2
    Hat (Featured Listing)
    Elf (listing)
    Fireplace (listing)
    Game (listing)

    Is there a way to achieve this? Maybe a section of code that I should modify? Any help would be greatly appreciated. Thank you.

  • The topic ‘Group by Category with Paging’ is closed to new replies.