Beyond widget side menu editing, with the php page, custom template

What are the postings ordered by? If the postings query does not specify an orderby parameter then it would default to 'orderby' => 'date'. In that case, just change the side menu’s query to 'orderby' => 'date' or remove that parameter from the query altogether.

Here is a link to the available orderby options.