ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • ClassicPress
  • Query
  • Page 14

is_main_query()

Function: Determines whether the query is the main query.

Source: wp-includes/query.php:902

Used by 0 functions | Uses 1 function

have_posts()

Function: Determines whether current WordPress query has posts to loop over.

Source: wp-includes/query.php:941

Used by 2 functions | Uses 0 functions

in_the_loop()

Function: Determines whether the caller is in the Loop.

Source: wp-includes/query.php:964

Used by 1 function | Uses 0 functions

rewind_posts()

Function: Rewind the loop posts.

Source: wp-includes/query.php:981

Used by 0 functions | Uses 0 functions

the_post()

Function: Iterate the post index in the loop.

Source: wp-includes/query.php:998

Used by 1 function | Uses 0 functions

have_comments()

Function: Determines whether current WordPress query has comments to loop over.

Source: wp-includes/query.php:1021

Used by 0 functions | Uses 0 functions

the_comment()

Function: Iterate comment index in the comment loop.

Source: wp-includes/query.php:1038

Used by 0 functions | Uses 0 functions

is_trackback()

Function: Determines whether the query is for a trackback endpoint call.

Source: wp-includes/query.php:810

Used by 1 function | Uses 0 functions

is_search()

Function: Determines whether the query is for a search.

Source: wp-includes/query.php:696

Used by 6 functions | Uses 0 functions

is_single()

Function: Determines whether the query is for an existing single post.

Source: wp-includes/query.php:729

Used by 9 functions | Uses 0 functions
« Previous 1 … 13 14 15 … 17 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy