New and updated in 1.5.0
-
functionget_the_author_aim()
Retrieve the AIM address of the author of the current post.
-
functionget_the_author_url()
Retrieve the URL to the home page of the author of the current post.
-
functionget_the_author_ID()
Retrieve the ID of the author of the current post.
-
functionget_the_author_lastname()
Retrieve the last name of the author of the current post.
-
functionget_the_author_nickname()
Retrieve the nickname of the author of the current post.
-
functionget_the_author_email()
Retrieve the email of the author of the current post.
-
functioncomments_rss()
Return link to the post RSS feed.
-
functionget_the_author_description()
Retrieve the description of the author of the current post.
-
functionget_the_author_login()
Retrieve the login name of the author of the current post.
-
functionget_the_author_firstname()
Retrieve the first name of the author of the current post.
-
functionuser_can_edit_post()
Whether user can edit a post.
-
functionuser_can_delete_post()
Whether user can delete a post.
-
functionuser_can_set_post_date()
Whether user can set new posts’ dates.
-
functionuser_can_edit_post_date()
Whether user can delete a post.
-
functionuser_can_edit_post_comments()
Whether user can delete a post.
-
functionuser_can_delete_post_comments()
Whether user can delete a post.
-
functionuser_can_edit_user()
Can user can edit other user.
-
functionuser_can_create_post()
Whether user can create a post.
-
functionuser_can_create_draft()
Whether user can create a post.
-
functionprevious_post()
Prints a link to the previous post.
-
hookquery_string
Filters the query string before parsing.
-
hookquery_vars
Filters the query variables allowed before processing.
-
methodWP_Query::query()
Sets up the WordPress query by parsing query string.
-
Retrieves the currently queried object.
-
Retrieves the ID of the currently queried object.
-
methodWP_Query::__construct()
Constructor.
-
methodWP_Query::rewind_posts()
Rewinds the posts and resets post index.
-
hookthe_posts
Filters the array of retrieved posts after they’ve been fetched and internally processed.
-
methodWP_Query::next_post()
Sets up the next post and iterate current post index.
-
methodWP_Query::the_post()
Sets up the current post.