You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages of types other than post is also being iterated over in .Paginator, because it is not properly filtered like the index / taxonomy list.
This result in some page having fewer posts than others (because they contain items of other types, which would be exclude by page listing itself). If the last page contains no post item, it would be an empty page.
The text was updated successfully, but these errors were encountered:
Pages of types other than
post
is also being iterated over in.Paginator
, because it is not properly filtered like the index / taxonomy list.This result in some page having fewer posts than others (because they contain items of other types, which would be exclude by page listing itself). If the last page contains no
post
item, it would be an empty page.The text was updated successfully, but these errors were encountered: