I made a company catalog using custom posts. So right now I can write comments to any company using default comment system but got 2 problems:
- comments from companies shown at frontend with comments from other posts
- comments from companies shown at backend comments list
I think about filter by post_type in [post_fields:protected] array and about creating other custom post type for company comments.
Which way is possible and better for future develompent?