Hello All,
So I found the ability to be able to pull comments from wp-comments table in mySQL database. However, since wp-posts and wp-comments don’t share any similar attributes, I am trying to figure out a way to display approved comments to any posts published. For example, if blog post has an approved comment, show underneath post with comment author and date otherwise, just display post. I am thinking I am not the only one here that is trying to do this. Thanks.