File: wp-includes/class-wp-query.php
-
methodWP_Query::is_day()
Determines whether the query is for an existing day archive.
-
methodWP_Query::is_single()
Determines whether the query is for an existing single post.
-
methodWP_Query::is_feed()
Determines whether the query is for a feed.
-
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_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.
-
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.
-
Filters the query to run for retrieving the found posts.
-
Determines whether there are more comments available.
-
hookfound_posts
Filters the number of found posts for the query.
-
methodWP_Query::next_post()
Sets up the next post and iterate current post index.
-
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.