So to be clear…
There is NO kind of date/timestamp on these ‘blog entries’… at all?
As everyone has mentioned… this would be (by far) the correct way to do things.
A clear table layout would probably help clear up some questions as well…
So you have an ID column (like row id, that is auto-incremented?) and a other column(s) with other ‘id’ values?
row? sortOrder?
If this is:
- a custom ‘blog platform’
- you have access to do whatever you want
Then the correct approach IS to add a new column, date/timestamp… and use that for your sorting and display order.
You can still use a ‘slug’ id for direct linking…etc… but using values (ie: timestamp) that have direct meaning and related to a purpose is much cleaner.