I'm not sure if this is feasible or not, but I want to add a simple custom post type that does two(2) jobs:
- Has a comment section (the user can comment on an image)
- It has a rating system (basic 5 stars rating)
So the idea is that the custom post type is an image that has the above properties I upload the image on my end and the user can see the image and rate it and/or comment on it
Is there a possible way I can achieve this custom post type?