How to display comments by logged in user and responses?
Any ideas anyone? Ive tried to run same array and foreach but for user_id => 1, to test. But all I get is a complete list with comments made by user with id 1. I want to display only the responses (from user id 1) below the current_user comments.