
Youngn
-
Posts
12 -
Joined
-
Last visited
Community Answers
-
Youngn's post in Displaying posts and comments on a single page using codeigniter was marked as the answer
I found a way around it.
It had to do with my view.
I had to add an if statement if post_id = post_comment.post_id
retrieve comments of each posts.
Thanks everyone.