ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/query.php
  • Page 5

is_archive()

Function: Determines whether the query is for an existing archive page.

Source: wp-includes/query.php:161

Used by 3 functions | Uses 0 functions

is_post_type_archive()

Function: Determines whether the query is for an existing post type archive page.

Source: wp-includes/query.php:187

Used by 7 functions | Uses 0 functions

is_attachment()

Function: Determines whether the query is for an existing attachment page.

Source: wp-includes/query.php:213

Used by 9 functions | Uses 0 functions

get_query_var()

Function: Retrieves the value of a query variable in the WP_Query class.

Source: wp-includes/query.php:27

Used by 23 functions | Uses 0 functions

get_queried_object()

Function: Retrieves the currently queried object.

Source: wp-includes/query.php:43

Used by 18 functions | Uses 0 functions

get_queried_object_id()

Function: Retrieves the ID of the currently queried object.

Source: wp-includes/query.php:59

Used by 8 functions | Uses 0 functions

set_query_var()

Function: Sets the value of a query variable in the WP_Query class.

Source: wp-includes/query.php:74

Used by 0 functions | Uses 0 functions

query_posts()

Function: Sets up The Loop with query parameters.

Source: wp-includes/query.php:97

Used by 0 functions | Uses 0 functions

wp_reset_query()

Function: Destroys the previous query and sets up a new query.

Source: wp-includes/query.php:114

Used by 0 functions | Uses 1 function
« Previous 1 … 4 5
ClassicPress Documentation • Made with ClassicPress
Privacy Policy