File: wp-includes/class-wp-query.php
-
methodWP_Query::is_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
Determines whether the query is for a comments feed.
-
methodWP_Query::is_time()
Determines whether the query is for a specific time.
-
Determines whether the query is for the front page of the site.
-
methodWP_Query::is_home()
Determines whether the query is for the blog homepage.
-
methodWP_Query::is_month()
Determines whether the query is for an existing month archive.
-
methodWP_Query::is_page()
Determines whether the query is for an existing single page.
-
methodWP_Query::is_paged()
Determines whether the query is for a paged result and not for the first page.
-
methodWP_Query::is_preview()
Determines whether the query is for a post or page preview.
-
Determines whether the current URL is within the comments popup window.
-
Retrieves the currently queried object.
-
methodWP_Query::is_date()
Determines whether the query is for an existing date archive.
-
Retrieves the ID of the currently queried object.
-
methodWP_Query::__construct()
Constructor.
-
methodWP_Query::is_archive()
Determines whether the query is for an existing archive page.
-
Determines whether the query is for an existing post type archive page.
-
Determines whether the query is for an existing attachment page.
-
methodWP_Query::is_author()
Determines whether the query is for an existing author archive page.
-
methodWP_Query::is_category()
Determines whether the query is for an existing category archive page.
-
methodWP_Query::is_tag()
Determines whether the query is for an existing tag archive page.
-
Rewinds the comments, resets the comment index and comment to first.
-
methodWP_Query::is_tax()
Determines whether the query is for an existing custom taxonomy archive page.
-
methodWP_Query::query()
Sets up the WordPress query by parsing query string.
-
methodWP_Query::the_post()
Sets up the current post.
-
hookloop_start
Fires once the loop is started.
-
methodWP_Query::have_posts()
Determines whether there are more posts available in the loop.
-
hookloop_end
Fires once the loop has ended.
-
hookposts_results
Filters the raw post results array, prior to status checks.
-
methodWP_Query::rewind_posts()
Rewinds the posts and resets post index.
-
hookthe_preview
Filters the single post for preview mode.