Hi, I am going to use ASC as the backend to create an app. so I want to make posts belong to different groups. For example, a class english will have english posts. a class physics will have physics posts. is there any suggestions how to do this in ASC?
one way is to use custom_field in different posts?
another way is to use custom objects to create different classes, and then those classes object have different post.
or let me know if there is a better solution.