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.
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?
Use
get_comments
function.PassPost_id
as parameter.See below examplefor more detail please check below link
http://codex.wordpress.org/Function_Reference/get_comments