Recently I'm faced with an interesting effect which seems to go with default settings.
When you just display products in mixed order it's ok, but when you're trying to create custom category for them - there are I'm getting the limit for loop: only 12 products are displayed in tab for category's list. E.g.:
there are 12 items of watches in "Men watches" tab:
but in fact, there are 16 of them:
Usually I add categories this way using standart form:
and add products to them:
In my functions.php file I added the line to extend the amount of products globally, but it didn't help:
Why the amount of rendered products by their categories is limited? Where to find the code that is in charge of this case?