Problem with Order by Title
-
Currently, I’m using this plugin’s 0.36 Pagination Alpha version for my live site.
I’m sorting posts under a category with these parameters:
[catlist name=example-category orderby=title order=asc numberposts=15 pagination=yes instance=1]
The sorting worked well when I had 46 posts under that category. It was sorting the list by title correctly. Until, I added 7 new posts.
It becomes like there is two parts of the list. 46 posts are sorted by title and the new 7 posts are sorted by title above that 46 posts. For illustration: it becomes, A, B, C, D, E, F, G, A, B, C, D, E, F, G, H, and soon.
I tried to change it to sorting by date. And I found no problem. But, when I changed it back to sorting by title, the problem that I described above still happens.
Do you know what’s causing this problem?
- The topic ‘Problem with Order by Title’ is closed to new replies.