The WordPress Query class.
Located in /ptests/samples/omitted/query.php (line 822)
Current comment ID.
The list of comments for current post.
The amount of comments for the posts.
The index of the comment in the comment loop.
Index of the current item in the loop.
Amount of posts if limit clause was not used.
Whether the loop has started and the caller is in the loop.
Set if query couldn't found anything.
Set if query is part of administration page.
Set if query is an archive list.
Set if query is an attachment.
Set if query contains an author.
Set if query contains category.
Set if query is within comments popup window.
Set if query is comment feed display.
Set if query is part of a date.
Set if query contains a day.
Set if query is feed display.
Set if query is blog homepage.
Set if query contains a month.
Set if query returns a page.
Set if query is paged
Set if query contains posts.
Basically, the homepage if the option isn't set for the static homepage.
Set if query is for a post type archive.
Set if query is preview of blog.
Set if query is for robots.
Set if query was part of a search result.
Set if query is single post.
Set if is single, is a page, or is an attachment.
Set if query contains tag.
Set if query contains taxonomy.
Set if query contains time.
Set if query is trackback.
Set if query contains a year.
The amount of comment pages.
The amount of pages.
Metadata query container
The current post ID.
List of posts.
The amount of posts for the current query.
Holds the data for a single object that is queried.
Holds the contents of a post, page, category, attachment.
The ID of the queried object.
Query vars set by the user
Query vars, after parsing
Get post database query.
Taxonomy query, as passed to get_tax_sql()
Set if post thumbnails are cached
Constructor.
Sets up the WordPress query, if parameter is not empty.
Fills in the query variables, which do not exist within the parameter.
Retrieve query variable.
Retrieve the posts based on query variables.
There are a few filters and actions that can be used to modify the post database query.
Retrieve queried object.
If queried object is not set, then the queried object will be set from the category, tag, taxonomy, posts page, single post, page, or author query variable. After it is set up, it will be returned.
Retrieve ID of the current queried object.
Whether there are more comments available.
Automatically rewinds comments when finished.
Whether there are more posts available in the loop.
Calls action 'loop_end', when the loop is complete.
Initiates object properties and sets default values.
Is the query a 404 (returns no results)?
Is the query for an archive page?
Month, Year, Category, Author, Post Type archive...
Is the query for an attachment page?
Is the query for an author archive page?
If the $author parameter is specified, this function will additionally check if the query is for one of the authors specified.
Is the query for a category archive page?
If the $category parameter is specified, this function will additionally check if the query is for one of the categories specified.
Whether the current URL is within the comments popup window.
Is the query for a comments feed?
Is the query for a date archive?
Is the query for a day archive?
Is the query for a feed?
Is the query for the front page of the site?
This is for what is displayed at your site's main URL.
Depends on the site's "Front page displays" Reading Settings 'show_on_front' and 'page_on_front'.
If you set a static page for the front page of your site, this function will return true when viewing that page.
Otherwise the same as @see WP_Query::is_home()
Is the query for the blog homepage?
This is the page which shows the time based blog content of your site.
Depends on the site's "Front page displays" Reading Settings 'show_on_front' and 'page_for_posts'.
If you set a static page for the front page of your site, this function will return true only on the page you set as the "Posts page".
Is the query for a month archive?
Is the query for a single page?
If the $page parameter is specified, this function will additionally check if the query is for one of the pages specified.
Is the query for paged result and not for the first page?
Is the query for a post type archive page?
Is the query for a post or page preview?
Is the query for the robots file?
Is the query for a search?
Is the query for a single post?
Works for any post type, except attachments and pages
If the $post parameter is specified, this function will additionally check if the query is for one of the Posts specified.
Is the query for a single post of any post type (post, attachment, page, ... )?
If the $post_types parameter is specified, this function will additionally check if the query is for one of the Posts Types specified.
Is the query for a tag archive page?
If the $tag parameter is specified, this function will additionally check if the query is for one of the tags specified.
Is the query for a taxonomy archive page?
If the $taxonomy parameter is specified, this function will additionally check if the query is for that specific $taxonomy.
If the $term parameter is specified in addition to the $taxonomy parameter, this function will additionally check if the query is for one of the terms specified.
Is the query for a specific time?
Is the query for a trackback endpoint call?
Is the query for a specific year?
Iterate current comment index and return comment object.
Set up the next post and iterate current post index.
Parse a query string and set query type booleans.
Reparse the query vars.
Sets up the WordPress query by parsing query string.
Rewind the comments, resets the comment index and comment to first.
Rewind the posts and reset post index.
Set query variable.
Sets the 404 property and saves whether query is feed.
Sets up the current comment.
Sets up the current post.
Retrieves the next post, sets up the post, sets the 'in the loop' property to true.
Documentation generated on Thu, 29 Sep 2011 01:44:46 +0530 by phpDocumentor 1.4.3