I doubt others care, but is there a way to make it so that the next post id for the auto increment doesn't increase when a double post is made? For example, if the post id is currently at 10, and I just made a double post, the next post id will be 13 whereas I would prefer the next post id to be 11. So would it be possible so the post id only increases when a "real" post is made instead of it increasing when the post is added onto a previous post?
|