Query result issue with posts of same date
-
Hi,
my website has posts that share the exact same publish date (since they are all articles from a magazine issue), about 10-15 per issue.
I have now run into an issue with the wordpress query results. Some posts are skipped and some posts are displayed on multiple pages of the pagination.
Presumably, this is because when ordered by date they would share the same position and my pagination displays less posts than there are posts with the same date.
For simple category listings, I fixed this by adding a second term (id) for the search parameter.
However, for my search results page, this is not an option, since there posts are ordered by ‘relevance’ and it turns out you cannot add a second term if you are ordering by relevance.
Is there a way to make this second term an option so I don’t have to change every post’s publish date?
Thanks in advance.
The topic ‘Query result issue with posts of same date’ is closed to new replies.