I would like to limit the number of posts which can belong to a given category, for example:
The "News" category should have no more than ten posts. When the eleventh post is created the oldest post should be dropped from the category without the need to edit the post manually to remove it from the given category.
Does it sound possible?