How can I show the positive and negative comments for a same post separately?
Well, comments ( if i remember correct and nothing has changed from v4 ) are custom post types, so u can add post_meta to it, like response => true ( positive ) or false ( negative ). Then u could make custom query ( WP_Comment_Query ) to get comments for certain post with meta parametrs … Read more