How to get particular data from wp_list_comments outside the loop?

I need some help,very much new to wordpress.

I need only comment title and comment date from wp_list_comments function in my post, calling from outside loop, after declared $postid as global variable.

Read More

Now I am getting all the information about the comment such as author, date,title,comment etc. So how can I get a particular detail as above?

Related posts

1 comment

Comments are closed.