Make WordPress Core

Opened 7 years ago

Last modified 7 years ago

#47742 new defect (bug)

sorting by date incorrect

Reported by: lamaan Owned by:
Priority: normal Milestone: Awaiting Review
Component: Posts, Post Types Version:
Severity: normal Keywords:
Cc: Focuses: ui, administration

Description

Sorting pages by date should be doing date modified. It seems to be going off another date, possibly date published.

Change History (3)

#1 @SergeyBiryukov
7 years ago

  • Component GeneralPosts, Post Types
  • Focuses ui administration added

#2 @SergeyBiryukov
7 years ago

Hi @lamaan, welcome to WordPress Trac! Thanks for the ticket.

By default, sorting pages by date indeed sorts them by publish date for published pages and last modified date for drafts.

There are plugins like https://wordpress.org/plugins/show-modified-date-in-admin-lists/ to add a sortable Modified Date column to the list.

#3 @lamaan
7 years ago

The UI says last modified before each date in the results. This should for consistency's sake say last published if that is what it is sorting by. I have a large number of privately published pages, this is at least a miscommunication of what it is sorting by.

Note: See TracTickets for help on using tickets.