Whether there are comments to loop over.
Signature
have_comments()
Return
(boolean)
Source
function have_comments() {
global $wp_query;
return $wp_query->have_comments();
}
WP Trac GitHub Bitbucket
Link here
-
URL
http://queryposts.com/function/have_comments/ -
HTML
<a href='http://queryposts.com/function/have_comments/'>have_comments()</a> -
Markdown
[have_comments()](http://queryposts.com/function/have_comments/) -
BBCode
[url=http://queryposts.com/function/have_comments/]have_comments()[/url]