https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42973 --- Comment #2 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- While working on the follow-up, I confirmed that the staff interface uses the same Koha::AdditionalContents->search_for_display() method (mainpage.pl) as the OPAC. Because of that, restoring the ordering logic in Koha::AdditionalContents->search_for_display() updates the ordering for both the OPAC and the staff interface. I tested both: OPAC main page: manually positioned news items appear first, followed by unnumbered news ordered by publication date (newest first). Staff main page: the same ordering is applied. No additional changes to mainpage.pl were required, as both interfaces share the same search method. -- You are receiving this mail because: You are watching all bug changes.